Skorch Talk
Skorch - A Union of Scikit-learn and PyTorch
Presentation
The slides can be downloaded at: download link.
Google Colab
- Part One - MNIST
- Part Two - Transfer learning Bees vs Ants
- Part Three - Nuclei Image Segmentation Tutorial
Local Setup
To clone this repo run:
git clone --depth 1 https://github.com/thomasjpfan/skorch_talk
To run the notebook locally, please following the following setup procedure:
- Install dependencies:
conda env create -n skorch_env -f environment.yml
- Activate env:
conda activate skorch_env
- Activate env:
conda activate skorch_env
- Launch jupyter lab:
jupyter lab