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: about 1 year ago
JSON representation
PyTorch Community Voices 2021 - PyTorch-Ignite slides
- Host: GitHub
- URL: https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides
- Owner: vfdev-5
- License: mit
- Created: 2021-09-06T09:44:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T13:41:57.000Z (over 4 years ago)
- Last Synced: 2025-04-01T02:52:52.170Z (about 1 year ago)
- Topics: pytorch, pytorch-ignite
- Language: SCSS
- Homepage: https://vfdev-5.github.io/ptcv21-pytorch-ignite-slides/#/
- Size: 5.38 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 !