File size: 276 Bytes
ed6a5df |
1 2 3 4 5 6 7 8 |
# task_name=$1
# ckpt_path=$2
# python reset.py
# python demo_deploy.py --ckpt_path $ckpt_path --task_name $task_name --model_name $model_name --device $device --port $port --host $host --debug $debug
ckpt_path=$1
python reset.py
python demo_deploy.py --ckpt_path $ckpt_path |