Skip to content

Commit

Permalink
update config_train_timesformer_divst_v13-inclusive-all-random-crop-s…
Browse files Browse the repository at this point in the history
…equential.py add training configs for LivecellAction
  • Loading branch information
dummyindex committed Nov 8, 2023
1 parent d3dc204 commit 8e619ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
val_evaluator = dict(type="AccMetric")
test_evaluator = val_evaluator

train_cfg = dict(type="EpochBasedTrainLoop", max_epochs=30, val_begin=1, val_interval=1)
train_cfg = dict(type="EpochBasedTrainLoop", max_epochs=300, val_begin=1, val_interval=1)
val_cfg = dict(type="ValLoop")
test_cfg = dict(type="TestLoop")

Expand Down

0 comments on commit 8e619ea

Please sign in to comment.