摘要: Tmux 使用教程 创建tmux: tmux new -s 名字 进入已创建的tmux: tmux a -t 名字 临时退出tmux: tmux detach 杀死tmux。如果在tmux外: tmux kill-session -t 名字 ;如果在tmux内: ctrl + d 列出已有的tmux 阅读全文
posted @ 2021-02-09 20:59 Picassooo 阅读(105) 评论(0) 推荐(0) 编辑
摘要: torch.cuda.empty_cache()的作用 【摘自https://zhuanlan.zhihu.com/p/76459295】 显存优化 可参考: pytorch 减小显存消耗,优化显存使用,避免out of memory 再次浅谈Pytorch中的显存利用问题(附完善显存跟踪代码) 阅读全文
posted @ 2021-02-09 12:53 Picassooo 阅读(2631) 评论(0) 推荐(0) 编辑
摘要: Python的内存管理(文章清晰简单) python内存管理,引用计数,循环引用,内存泄漏调试 阅读全文
posted @ 2021-02-09 12:14 Picassooo 阅读(47) 评论(0) 推荐(0) 编辑