H4dr1en / examples

Examples, tutorials, and how-to guides

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-Ignite Examples, tutorials and how-to guides

Notebooks in this repo requires the essential frontmatters to be used when rendering on the website.

To contribute the notebooks, please use generate.py script to generate the notebook.

Usage:

# python generate.py <notebook-names>...
python generate.py yolo
# > Generated /workspace/yolo.ipynb

Alternatively, you can run generate.py on your existing notebooks to add the required frontmatter cell to them.

# If your completed tutorial is present in /workspace/yolo.ipynb
python generate.py yolo
# > Added frontmatter to /workspace/yolo.ipynb

This will add the necessary frontmatter cell at the top of the notebook, now you need to open it and update the values.

See more in generate.py.

About

Examples, tutorials, and how-to guides

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.8%