Deployed 6a66208 with MkDocs version: 1.6.1
This commit is contained in:
parent
3cd3e9ea81
commit
635f59cb32
20 changed files with 917 additions and 89 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue