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

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

Home Page:https://basis-for-deep-learning-with-pytorch.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://basis-for-deep-learning-with-pytorch.readthedocs.io

License:MIT License


Languages

Language:Python 100.0%