Update.
authorFrançois Fleuret <francois@fleuret.org>
Thu, 5 Sep 2024 12:48:44 +0000 (14:48 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Thu, 5 Sep 2024 12:48:44 +0000 (14:48 +0200)
main.py

diff --git a/main.py b/main.py
index 8562e32..174b9b8 100755 (executable)
--- a/main.py
+++ b/main.py
@@ -1429,6 +1429,9 @@ for n_epoch in range(current_epoch, args.nb_epochs):
 
     threads = []
 
+    # for model in models:
+    # log_string(f"DEBUG {model.id} {sum([ p.sum() for p in model.parameters()]).item()}")
+
     start_time = time.perf_counter()
 
     for gpu, model in zip(gpus, weakest_models):