Skip to content

Commit

Permalink
Update 1-objectnav-il.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjiaqi7 authored Jun 11, 2024
1 parent 60de1c3 commit 8d44775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/1-objectnav-il.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set -x
echo "In ObjectNav IL DDP"
srun python -u -m run \ # srun 命令用于在集群上启动Python脚本。其路径可能是run模块的相对路径。
--exp-config $config \
--run-type train \
--run-type train \ # 目的是进行训练,配置了一个训练任务,使用给定的数据集和配置文件
TENSORBOARD_DIR $TENSORBOARD_DIR \
CHECKPOINT_FOLDER $CHECKPOINT_DIR \
NUM_UPDATES 20000 \
Expand Down

0 comments on commit 8d44775

Please sign in to comment.