摘要:
Tmux替代:nohup简洁使用 参考链接: https://www.runoob.com/linux/linux-comm-nohup.html https://juejin.cn/post/6844903860272660494 https://blog.csdn.net/luosai19910 阅读全文
摘要:
新建torch常用命令 source activate base conda create -n <env_name> python=3.6 conda activte <env_name> conda install pytorch torchvision torchaudio cudatoolk 阅读全文