Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vfdev-5/ptcv21-pytorch-ignite-slides
- Owner: vfdev-5
- License: mit
- Created: 2021-09-06T09:44:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-30T13:41:57.000Z (about 3 years ago)
- Last Synced: 2024-10-03T20:41:46.224Z (about 1 month ago)
- Topics: pytorch, pytorch-ignite
- Language: SCSS
- Homepage: https://vfdev-5.github.io/ptcv21-pytorch-ignite-slides/#/
- Size: 5.38 MB
- Stars: 5
- Watchers: 5
- 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 !