/Pytorch_note

Primary LanguageJupyter Notebook

Pytorch_note

framework: pytorch

分散式訓練

  • ddp_example.py

詳細介紹可以參考我的 Medium:

Pytorch 基本介紹與教學

Anaconda 及 Deep learning framework 安裝教學

卷積神經網絡 CNN 經典模型 — LeNet、AlexNet、VGG、NiN with Pytorch code

卷積神經網絡 CNN 經典模型 — GoogleLeNet、ResNet、DenseNet with Pytorch code

Pytorch 分散式訓練 DistributedDataParallel — 概念篇

Pytorch 分散式訓練 DistributedDataParallel — 實作篇

Pytorch 修改、新增、刪除 pre-trained model layer

Pytorch 凍結與解凍模型參數、layer 設置不同 learning rate

Pytorch 模型權重初始化、複製操作