[96354c]: / job.py

Download this file

13 lines (7 with data), 231 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/home/usuaris/imatge/laura.mora/tfmenv/bin/python
import sys
import os
# Set up env variables
os.environ["CUDA_LAUNCH_BLOCKING"] = "1"
sys.path.append(os.getcwd())
os.system(f'python src/{sys.argv[1]} resources/config.ini')