11 lines
367 B
ReStructuredText
11 lines
367 B
ReStructuredText
:orphan:
|
|
|
|
MNIST PyTorch Example
|
|
~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. literalinclude:: /../../python/ray/tune/examples/mnist_pytorch.py
|
|
|
|
If you consider switching to PyTorch Lightning to get rid of some of your boilerplate
|
|
training code, please know that we also have a walkthrough on :doc:`how to use Tune with
|
|
PyTorch Lightning models </tune/examples/tune-pytorch-lightning>`.
|