Commit 2db64e72 authored by mashun1's avatar mashun1
Browse files

Update run_application.sh

parent c8acbbe3
......@@ -11,7 +11,7 @@ FS=5 ## This model adopts FPS=5, range recommended: 5-30 (smaller value -> large
if [ "$1" == "interp" ]; then
seed=12306
name=dynamicrafter_512_$1_seed${seed}
CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
HIP_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
--seed ${seed} \
--ckpt_path $ckpt \
--config $config \
......@@ -29,7 +29,7 @@ CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
else
seed=234
name=dynamicrafter_512_$1_seed${seed}
CUDA_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
HIP_VISIBLE_DEVICES=0 python3 scripts/evaluation/inference.py \
--seed ${seed} \
--ckpt_path $ckpt \
--config $config \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment