Skip to content

Commit

Permalink
[Fix] shuffle Flyingchairs dataset cfg for raft
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Mar 9, 2022
1 parent 7557e48 commit fe34ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/_base_/datasets/flyingchairs_raft_368x496.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
samples_per_gpu=2,
workers_per_gpu=2,
drop_last=True,
shuffle=False,
shuffle=True,
persistent_workers=True),
val_dataloader=dict(
samples_per_gpu=1,
Expand Down

0 comments on commit fe34ad7

Please # to comment.