Introductory tutorial
A first simple exemple on how to use SemiPy
Warning
This section is in construction.
For this first tutorial, let's do something simple : training a model on CIFAR-10 with PseudoLabel method.
Using configuration file
If you're in command line, nothing is more simple, you just have to modify the config.yaml
template configuration file and launch the main.py
.
Using a Python Notebook
If you're in a Python Notebook, let's dive more into the details.