Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 !