Adding Force FastForward method

This commit is contained in:
araison 2023-01-31 10:24:31 +01:00
parent 148e54717a
commit 702b724158
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ MAIN=${6:-main}
if [ "$CONFIG" != "$CONFIG_DIR/*.yaml" ]; then
((CUR_JOBS >= MAX_JOBS)) && wait -n
export CUDA_VISIBLE_DEVICES=$GPU
python3 $MAIN.py --explaining_cfg $CONFIG --gpu_id $GPU --force-fastforward $FFF &
python3 $MAIN.py --explaining_cfg $CONFIG --gpu_id $GPU --force_fastforward $FFF &
echo $CONFIG
sleep $SLEEP
((++CUR_JOBS))