Skip to content

Commit

Permalink
Define training w.r.t. steps instead of epochs to follow XTab
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpainchaud committed Jan 16, 2025
1 parent 282e4bc commit 16e87fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion didactic/config/experiment/finetune.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defaults:
- override /task/model/encoder: cardinal-ft-transformer

trainer:
max_epochs: 500
max_steps: 500

task:
predict_losses:
Expand Down
2 changes: 1 addition & 1 deletion didactic/config/experiment/pretrain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
- override /task/model/encoder: cardinal-ft-transformer

trainer:
max_epochs: 2500
max_steps: 2500

task:
contrastive_loss:
Expand Down
2 changes: 1 addition & 1 deletion didactic/config/experiment/random.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defaults:
- override /task/model/encoder: cardinal-ft-transformer

trainer:
max_epochs: 2500
max_steps: 2500

task:
predict_losses:
Expand Down

0 comments on commit 16e87fa

Please sign in to comment.