Skip to content

vfdev-5/ptcv21-pytorch-ignite-slides

Repository files navigation

PyTorch Community Voices 2021/09/15 - PyTorch-Ignite slides

Link to slides

License

This repo is under the MIT License.

Instructions for Building Slides

  1. Clone the repository with --recursive option:
git clone --recursive https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides
  1. Install hugo

  2. For development:

hugo server
  1. In config.toml set baseURL to be the baseURL of your hosted website.

  2. (Optional) In config.toml set useMath = false if there is not any math in your slides.

Acknowledgements