925ee3b
1
2
3
4
5
6
7
8
#!/bin/bash export OMP_NUM_THREADS=4 export MKL_NUM_THREADS=4 export OPENBLAS_NUM_THREADS=4 export NUMEXPR_NUM_THREADS=4 export CUDA_VISIBLE_DEVICES="" exec python -u /home/bcheng/scPTR/analyses/run_deep_benchmark.py "$@"