feat(convergence analysis): updated convergence analysis script to also print out index of found item
This commit is contained in:
parent
fc80799899
commit
7334565d69
6 changed files with 60 additions and 19 deletions
|
|
@ -26,7 +26,7 @@ morphology:
|
|||
morph_mode: RING
|
||||
|
||||
experiment:
|
||||
exp_name: "final-models/ring/"
|
||||
exp_name: "final-models-v2/ring/"
|
||||
seed: 42
|
||||
torch_deterministic: true
|
||||
cuda: true
|
||||
|
|
@ -37,8 +37,8 @@ logging:
|
|||
save_checkpoints: true
|
||||
upload_final_model: true
|
||||
upload_checkpoints: true
|
||||
checkpoint_frequency: 20
|
||||
wandb_project_name: "final-models"
|
||||
checkpoint_frequency: 10
|
||||
wandb_project_name: "final-models-v2"
|
||||
|
||||
evaluation:
|
||||
evaluate_checkpoints: true
|
||||
|
|
|
|||
Reference in a new issue