11 2022 档案
摘要:0. 概念界定 关于分布式训练/多卡训练,我们首先明确一些概念: 并行(parallel) 多个卡训练,所有卡是一个进程或者是多个进程 分布式(Distributed) 多个卡训练,但是每张卡上都是一个单独的进程 但是,在下文中,为了表述的方便性,我们不严格区分“并行”和“分布式”两个概念,不论说并
阅读全文
摘要:# 最新办法 编辑`~/.tmux.conf` ``` set -g default-terminal "screen-256color" ``` 一键命令: ``` echo set -g default-terminal \"screen-256color\" >> ~/.tmux.conf `
阅读全文
摘要:这些变量用于vscode调试配置文件launch.json中。 转载自https://blog.csdn.net/weixin_39249524/article/details/105438814,本人做了部分小修正 更多详见:https://code.visualstudio.com/docs/e
阅读全文