nvidia-smi查看当下gpu信息
nvcc -V查看cuda信息
nohup …使操作不可中断
tail -f nohup.out查看nohup输出
torch.cuda.is_available()
torch.cuda.device_count()
linux服务器命令
最新推荐文章于 2023-11-10 21:14:00 发布
nvidia-smi查看当下gpu信息
nvcc -V查看cuda信息
nohup …使操作不可中断
tail -f nohup.out查看nohup输出
torch.cuda.is_available()
torch.cuda.device_count()