Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vfdev-5/pybucaramanga-pytorch-ignite-slides
Slides for Python Bucaramanga meetup
https://github.com/vfdev-5/pybucaramanga-pytorch-ignite-slides
Last synced: 11 days ago
JSON representation
Slides for Python Bucaramanga meetup
- Host: GitHub
- URL: https://github.com/vfdev-5/pybucaramanga-pytorch-ignite-slides
- Owner: vfdev-5
- License: mit
- Created: 2021-10-06T14:39:34.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T15:27:24.000Z (about 3 years ago)
- Last Synced: 2024-10-13T12:13:30.116Z (26 days ago)
- Language: SCSS
- Size: 6.64 MB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Bucaramanga 2021/10/09 - PyTorch-Ignite slides
[Link to slides](https://vfdev-5.github.io/pybucaramanga-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/pybucaramanga-pytorch-ignite-slides
# or
# git submodule --init --recursive update
```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 !