Python document
- typing —- 类型标注支持(The most fundamental support consists of the types Any, Union, Tuple, Callable, TypeVar, and Generic. )
- Python format 格式化函数(str.format())
- 6.2 读写JSON数据
- copy —- 浅层 (shallow) 和深层 (deep) 复制操作
Python 数据结构
python项目训练
小技巧/ functions
- from setuptools import setup: 可以安装所需依赖 通过 python setup.py install
- map 函数
Pytorch
- What’s the difference between reshape and view in pytorch?
- PyTorch - contiguous()
- Pytorch 训练加速
- Pytorch Sampler详解
- pytorch loss function 总结
Pytorch里的CrossEntropyLoss详解 - Pytorch多机多卡分布式训练
- tensorboard
tensorboardX官方文档
如何使用 TensorBoard
global_step