We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5278e94 + 4311268 commit 0d9a882Copy full SHA for 0d9a882
run.sh
@@ -36,8 +36,8 @@ torchrun --nproc_per_node=4 \
36
--image_grid_pinpoints "(1x1),...,(6x6)" \
37
--mm_patch_merge_type spatial_unpad \
38
--bf16 True \
39
- --run_name test1 \
40
- --output_dir experiments/test1 \
+ --run_name EK100_test \
+ --output_dir experiments/EK100_test \
41
--num_train_epochs 1 \
42
--per_device_train_batch_size 1 \
43
--per_device_eval_batch_size 4 \
@@ -60,4 +60,4 @@ torchrun --nproc_per_node=4 \
60
--torch_compile True \
61
--torch_compile_backend inductor \
62
--dataloader_drop_last True \
63
- --frames_upbound 32 > train_kitchen0.5b.out 2>&1
+ --frames_upbound 32 > train_kitchen_0.5b.out 2>&1
0 commit comments