scPTR / analyses /run_deep_benchmark.sh
bryan7264's picture
Add files using upload-large-folder tool
925ee3b verified
Raw
History Blame Contribute Delete
222 Bytes
#!/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 "$@"