Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides

PyTorch Community Voices 2021 - PyTorch-Ignite slides
https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides

pytorch pytorch-ignite

Last synced: 15 days ago
JSON representation

PyTorch Community Voices 2021 - PyTorch-Ignite slides

Awesome Lists containing this project

README

        

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

[Link to slides](https://vfdev-5.github.io/ptcv21-pytorch-ignite-slides)

## License

This repo is under the [MIT License](LICENSE).

## Instructions for Building Slides

0. Clone the repository with `--recursive` option:
```bash
git clone --recursive https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides
```

1. Install [hugo](https://gohugo.io/getting-started/installing/)

2. For development:

```bash
hugo server
```

3. In `config.toml` set `baseURL` to be the baseURL of your hosted website.

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

## Acknowledgements

- This slides are highly inspired from Thomas' repository: https://github.com/thomasjpfan/slides-template-hugo . Thanks, Thomas !