Skip to content

Commit

Permalink
Update run_las_asr_decode.sh
Browse files Browse the repository at this point in the history
Change python version
  • Loading branch information
DevKiHyun authored May 26, 2021
1 parent 48596ea commit 79d82ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/run_las_asr_decode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ fi


CUDA_VISIBLE_DEVICES=$CUDA_DEVICE_ID \
python3.6 -u $TARGET_CODE \
python -u $TARGET_CODE \
--batch_size $BATCH_SIZE \
--num_workers $CPU_SIZE \
--num_gpu $GPU_SIZE \
Expand Down

0 comments on commit 79d82ba

Please sign in to comment.