“d4c39f115e76023da027668c3eca24621b0abff8”上不存在“pkg/apis/devops/v1alpha1/doc.go”
提交 b92fed27 编写于 作者: C chengxianbin

fix bug for ssd

上级 ffb5339e
...@@ -29,6 +29,8 @@ then ...@@ -29,6 +29,8 @@ then
fi fi
# Before start distribute train, first create mindrecord files. # Before start distribute train, first create mindrecord files.
BASE_PATH=$(cd "`dirname $0`" || exit; pwd)
cd $BASE_PATH/../ || exit
python train.py --only_create_dataset=1 python train.py --only_create_dataset=1
echo "After running the scipt, the network runs in the background. The log will be generated in LOGx/log.txt" echo "After running the scipt, the network runs in the background. The log will be generated in LOGx/log.txt"
...@@ -46,8 +48,8 @@ do ...@@ -46,8 +48,8 @@ do
export DEVICE_ID=$i export DEVICE_ID=$i
rm -rf LOG$i rm -rf LOG$i
mkdir ./LOG$i mkdir ./LOG$i
cp ../*.py ./LOG$i cp ./*.py ./LOG$i
cp -r ../src ./LOG$i cp -r ./src ./LOG$i
cd ./LOG$i || exit cd ./LOG$i || exit
export RANK_ID=$i export RANK_ID=$i
echo "start training for rank $i, device $DEVICE_ID" echo "start training for rank $i, device $DEVICE_ID"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册