Skip to content

Commit

Permalink
Remove steps as a config parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
vinamarora8 committed Nov 27, 2024
1 parent 008afb1 commit 909e23e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/poyo/configs/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ sequence_length: 1.0 # in seconds
latent_step: 0.125 # in seconds
modality_name: cursor_velocity_2d

epochs: 1000 # if -1, will use steps
steps: -1 # if -1, will use epochs. Epochs take precedence.
eval_epochs: 1
epochs: 1000
eval_epochs: 1 # frequency for doing validation

batch_size: 128
eval_batch_size: null # if null, will use batch_size
Expand Down

0 comments on commit 909e23e

Please sign in to comment.