Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdccad6c

Browse files
authored
Update single_node_scratch.sh
1 parent1d03a2a commitdccad6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scripts/REAL/single_node_scratch.sh‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ vit_checkpoint_path="xxx/mae_pretrain_vit_base.pth" # downloaded from https://dr
1717
### EXAMPLE ###
1818

1919
node=1
20-
node_num=1
20+
node_num=8
2121
torchrun --nnodes=${node} --nproc_per_node=${node_num} --master_port=10211 train.py \
2222
--traj_cons \
2323
--rgb_pad 10 \
@@ -57,4 +57,4 @@ torchrun --nnodes=${node} --nproc_per_node=${node_num} --master_port=10211 train
5757
--warmup_epochs 5 \
5858
--real_dataset_names${real_dataset_names} \
5959
--use_aug_data \
60-
--report_to_wandb \
60+
--report_to_wandb \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp