/Basis-for-Deep-Learning-with-PyTorch

《PyTorch深度学习和图神经网络(卷 1)——基础知识》

Primary LanguagePythonMIT LicenseMIT

Basis-for-Deep-Learning-with-PyTorch

Examples

https://github.com/aianaconda/pytorch-GNN-1st

Documentation

MkDocs

  • Install
git clone https://github.com/XavierJiezou/Basis-for-Deep-Learning-with-PyTorch.git
cd Basis-for-Deep-Learning-with-PyTorch/docs/
pip install -r requirements.txt
  • Build
mkdocs build -f mkdocs.yml
  • Deploy
mkdocs serve -f mkdocs.yml

Sphinx

  • Install
git clone https://github.com/XavierJiezou/Basis-for-Deep-Learning-with-PyTorch.git
cd Basis-for-Deep-Learning-with-PyTorch/docs/
pip install -r requirements.txt
  • Build
make html
  • Deploy
sphinx-autobuild source build/html