40 lines
1017 B
ReStructuredText
Raw Normal View History

2021-05-13 15:22:32 +02:00
.. ProtoTorch Models documentation master file
2021-05-21 15:42:45 +02:00
ProtoTorch Models Plugins
========================================
2021-05-13 15:22:32 +02:00
.. toctree::
:hidden:
:maxdepth: 3
self
2021-05-18 19:41:58 +02:00
tutorial.ipynb
2021-05-13 15:22:32 +02:00
2021-05-21 15:42:45 +02:00
.. toctree::
:hidden:
:maxdepth: 3
:caption: Library
library
.. toctree::
:hidden:
:maxdepth: 3
:caption: Customize
custom
About
-----------------------------------------
2021-05-14 12:58:38 +02:00
`Prototorch Models <https://github.com/si-cim/prototorch_models>`_ is a Plugin
for `Prototorch <https://github.com/si-cim/prototorch>`_. It implements common
prototype-based Machine Learning algorithms using `PyTorch-Lightning
<https://www.pytorchlightning.ai/>`_.
2021-05-13 15:22:32 +02:00
2021-05-21 15:42:45 +02:00
Library
-----------------------------------------
Prototorch Models delivers many application ready models.
These models have been published in the past and have been adapted to the Prototorch library.
Customizable
-----------------------------------------
Prototorch Models also contains the building blocks to build own models with PyTorch-Lightning and Prototorch.