9bf9ce7 aa3a03e
1
2
3
4
5
6
7
8
#!/bin/bash export CUDA_VISIBLE_DEVICES=$1 echo "CUDA_VISIBLE_DEVICES=$CUDA_VISIBLE_DEVICES" # export CUDA_VISIBLE_DEVICES=5 python app.py