Examples of pytorch-optimizer usage =================================== Below is a list of examples from `pytorch-optimizer/examples `_ Every example is a correct tiny python program. .. _pytorch-optimizer-examples-simple: Basic Usage ----------- Simple example that shows how to use library with MNIST dataset. .. literalinclude:: ../examples/mnist.py