aboutsummaryrefslogtreecommitdiff
path: root/modules/hypernetworks
diff options
context:
space:
mode:
authorVladimir Mandic <mandic00@live.com>2023-01-03 10:34:51 -0500
committerGitHub <noreply@github.com>2023-01-03 10:34:51 -0500
commit192ddc04d6de0d780f73aa5fbaa8c66cd4642e1c (patch)
treed699777c81a2661449110157ee77ecc19e71a785 /modules/hypernetworks
parent1d9dc48efda2e8da6d13fc62e65500198a9b041c (diff)
add job info to modules
Diffstat (limited to 'modules/hypernetworks')
-rw-r--r--modules/hypernetworks/hypernetwork.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hypernetworks/hypernetwork.py b/modules/hypernetworks/hypernetwork.py
index 109e8078..450fecac 100644
--- a/modules/hypernetworks/hypernetwork.py
+++ b/modules/hypernetworks/hypernetwork.py
@@ -417,6 +417,7 @@ def train_hypernetwork(hypernetwork_name, learn_rate, batch_size, gradient_step,
shared.loaded_hypernetwork = Hypernetwork()
shared.loaded_hypernetwork.load(path)
+ shared.state.job = "train-hypernetwork"
shared.state.textinfo = "Initializing hypernetwork training..."
shared.state.job_count = steps