{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## Learning Rate Schedulers with Skorch \n", "\n", "This notebook demonstrates 3 learning rate schedulers in skorch:\n", "\n", "StepLR, ReduceROn Plateau and Cosine Annealing. This notebook was contributed by [Parag Ekbote](https://github.com/ParagEkbote).\n", "\n", "Firstly you will need to install the following libraries: skorch,numpy,matplotlib and torch." ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "
\n",
"\n",
" Run in Google Colab \n",
" | \n",
" View source on GitHub |