add job info to modules

This commit is contained in:
Vladimir Mandic
2023-01-03 10:34:51 -05:00
committed by GitHub
parent 1d9dc48efd
commit 192ddc04d6
4 changed files with 16 additions and 4 deletions

View File

@@ -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