diff --git a/train_network.py b/train_network.py index 8b6c395c..2e06262f 100644 --- a/train_network.py +++ b/train_network.py @@ -774,6 +774,7 @@ class NetworkTrainer: else: raise NotImplementedError("multipliers for each sample is not supported yet") # print(f"set multiplier: {multipliers}") + print(network) network.set_multiplier(multipliers) with torch.set_grad_enabled(train_text_encoder), accelerator.autocast():