Skip to content

Commit

Permalink
change to use full samples
Browse files Browse the repository at this point in the history
xianyuanliu committed Dec 11, 2021
1 parent e0057d8 commit ff336d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/action_dann_lightn/main.py
Original file line number Diff line number Diff line change
@@ -98,9 +98,9 @@ def main():
fast_dev_run=cfg.OUTPUT.FAST_DEV_RUN, # True,
callbacks=[lr_monitor, checkpoint_callback, progress_bar],
# callbacks=[early_stop_callback, lr_monitor],
limit_train_batches=0.005,
limit_val_batches=0.06,
limit_test_batches=0.06,
# limit_train_batches=0.005,
# limit_val_batches=0.06,
# limit_test_batches=0.06,
)

### Find learning_rate

0 comments on commit ff336d4

Please sign in to comment.