1
Fork 0

feat(convergence analysis): updated convergence analysis script to also print out index of found item

This commit is contained in:
Robin Meersman 2026-05-15 20:52:06 +02:00
parent fc80799899
commit 7334565d69
6 changed files with 60 additions and 19 deletions

View file

@ -23,7 +23,7 @@ morphology:
morph_mode: CENTRALIZED
experiment:
exp_name: "final-models/centralized/"
exp_name: "final-models-v2/centralized/"
seed: 42
torch_deterministic: true
cuda: true
@ -34,8 +34,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