Skip to content

Commit

Permalink
updates to DER CNN notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Jul 25, 2024
1 parent 5d9d1af commit 61b32ce
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 13 deletions.
217 changes: 210 additions & 7 deletions notebooks/load_CNN_chk.ipynb

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions src/utils/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"init_lr": 0.001,
"BETA": 0.5,
"n_epochs": 100,
"save_all_checkpoints": False,
"save_final_checkpoint": False,
"overwrite_final_checkpoint": False,
"save_all_checkpoints": True,
"save_final_checkpoint": True,
"overwrite_final_checkpoint": True,
"plot": False,
"savefig": False,
"save_chk_random_seed_init": False,
Expand Down Expand Up @@ -75,9 +75,9 @@
"init_lr": 0.001,
"COEFF": 0.01,
"n_epochs": 100,
"save_all_checkpoints": False,
"save_final_checkpoint": False,
"overwrite_final_checkpoint": False,
"save_all_checkpoints": True,
"save_final_checkpoint": True,
"overwrite_final_checkpoint": True,
"plot": False,
"savefig": False,
"save_chk_random_seed_init": False,
Expand Down

0 comments on commit 61b32ce

Please sign in to comment.