任務(wù)掛載后臺(tái)
nohup python *.py >log.file 2>&1 &
指定GPU
CUDA_VISIBLE_DEVICES=0,1 python *.py
CUDA_VISIBLE_DEVICES=0,1 nohup python *.py >log.file 2>&1 &
查看當(dāng)前系統(tǒng)磁盤使用空間
df -h
查看當(dāng)前目錄文件占用空間大小
du -sh *
nohup python *.py >log.file 2>&1 &
CUDA_VISIBLE_DEVICES=0,1 python *.py
CUDA_VISIBLE_DEVICES=0,1 nohup python *.py >log.file 2>&1 &
df -h
du -sh *