You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/maxdiffusion/configs/base_wan_14b.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -319,3 +319,4 @@ eval_every: -1
319
319
eval_data_dir: ""
320
320
enable_generate_video_for_eval: False # This will increase the used TPU memory.
321
321
eval_max_number_of_samples_in_bucket: 60
322
+
eval_max_processed_batch_size: 8# This is the max batch size per device for eval step. If the global eval batch size is larger than this, the eval step will be run multiple times.
0 commit comments