深度学习、计算机视觉入门和技能经验 Posted on 2023-10-12 Edited on 2024-10-11 In 学习 Symbols count in article: 8.8k Reading time ≈ 8 mins. 写给拟加入本课题组开展学习研究的同学 Read more »
博客站点重建说明 Posted on 2023-10-12 In 杂物间 Symbols count in article: 16 Reading time ≈ 1 mins. 在这以下的博客均是废弃旧站点直接恢复得到,内容并未更新或维护 Read more »
hexo实用技巧随记 Posted on 2023-03-14 Edited on 2024-06-21 In 软件工具 Symbols count in article: 5.5k Reading time ≈ 5 mins. hexo简单入门配置和next主题使用 Read more »
算法刷题 Posted on 2020-08-25 Edited on 2021-07-01 In 找工作 Symbols count in article: 23k Reading time ≈ 21 mins. OJ系统编程笔试刷题练习 Read more »
Pytorch实用指南 Posted on 2020-05-28 Edited on 2024-10-11 In 科研 Symbols count in article: 31k Reading time ≈ 28 mins. 经常使用的Pytorch代码片段技巧,以及环境搭建和使用易错点 Read more »
英语写作 Posted on 2020-05-15 Edited on 2024-09-10 In 学习 Symbols count in article: 55k Reading time ≈ 50 mins. 英语论文写作过程中个人易错点的收集 Read more »
Apex相关(同时涉及egg-info的说明) Posted on 2020-02-12 Edited on 2024-03-25 In 科研 Symbols count in article: 4k Reading time ≈ 4 mins. 简述Apex的安装使用以及pip install本地安装 Read more »
Pytorch中的Batch Normalization layer踩坑 Posted on 2020-02-03 Edited on 2023-10-12 In 科研 Symbols count in article: 2.8k Reading time ≈ 3 mins. 解惑Pytorch中BN层的原理与使用 Read more »
L1,L2正则化的理解 Posted on 2020-01-28 Edited on 2023-09-11 In 科研 Symbols count in article: 3.4k Reading time ≈ 3 mins. 最小结构风险的概率解释和几何解释 Read more »
一个 Pytorch 训练实践 (分布式训练+半精度or混合精度训练) Posted on 2020-01-28 Edited on 2024-10-11 In 科研 Symbols count in article: 19k Reading time ≈ 18 mins. Source 内容速览 'train.py': single training process on one GPU only. 'train_parallel.py': signle training process on multiple GPUs using Dataparallel (包括不同GPU之间的负载均衡). 'train_distributed.py' (recommended): multiple training processes on multiple GPUs using Nvidia Apex & Distributed Training: Read more »