提交 8fe2cefc 编写于 作者: S SunGaofeng

modify python3 to python in .sh

上级 8353a83d
python3 infer.py --model-name="NEXTVLAD" --config=./configs/nextvlad.txt --filelist=./data/youtube8m/infer.list \
python infer.py --model-name="NEXTVLAD" --config=./configs/nextvlad.txt --filelist=./data/youtube8m/infer.list \
--weights=./checkpoints/NEXTVLAD_epoch0 \
--save-dir="./save"
python3 infer.py --model-name="STNET" --config=./configs/stnet.txt --filelist=./data/kinetics/infer.list \
python infer.py --model-name="STNET" --config=./configs/stnet.txt --filelist=./data/kinetics/infer.list \
--log-interval=10 --weights=./checkpoints/STNET_epoch0 --save-dir=./save
python3 infer.py --model-name="TSN" --config=./configs/tsn.txt --filelist=./data/kinetics/infer.list \
python infer.py --model-name="TSN" --config=./configs/tsn.txt --filelist=./data/kinetics/infer.list \
--log-interval=10 --weights=./checkpoints/TSN_epoch0 --save-dir=./save
python3 test.py --model-name="STNET" --config=./configs/stnet.txt \
python test.py --model-name="STNET" --config=./configs/stnet.txt \
--log-interval=10 --weights=./checkpoints/STNET_epoch0
python3 test.py --model-name="TSN" --config=./configs/tsn.txt \
python test.py --model-name="TSN" --config=./configs/tsn.txt \
--log-interval=10 --weights=./checkpoints/TSN_epoch0
python3 train.py --model-name="STNET" --config=./configs/stnet.txt --epoch-num=60 \
python train.py --model-name="STNET" --config=./configs/stnet.txt --epoch-num=60 \
--valid-interval=1 --save-interval=1 --log-interval=10
python3 train.py --model-name="TSN" --config=./configs/tsn.txt --epoch-num=45 \
python train.py --model-name="TSN" --config=./configs/tsn.txt --epoch-num=45 \
--valid-interval=1 --save-interval=1 --log-interval=10
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册