Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 875 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 875 Bytes

PyData Global Mentored Sprint 2021/10/29 - 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/pytorch-ignite/pydata-global2021-slides.git
# or
# git submodule --init --recursive update
  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