Skip to content

pytorch-ignite/pydata-riyadh-2022-slides

Repository files navigation

PyData Riyadh Mentored Sprint 2022/01/14 - 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