prototorch_models/docs/source/index.rst

40 lines
1017 B
ReStructuredText
Raw Normal View History

2021-05-13 13:22:32 +00:00
.. ProtoTorch Models documentation master file
2021-05-21 13:42:45 +00:00
ProtoTorch Models Plugins
========================================
2021-05-13 13:22:32 +00:00
.. toctree::
:hidden:
:maxdepth: 3
self
2021-05-18 17:41:58 +00:00
tutorial.ipynb
2021-05-13 13:22:32 +00:00
2021-05-21 13:42:45 +00:00
.. toctree::
:hidden:
:maxdepth: 3
:caption: Library
library
.. toctree::
:hidden:
:maxdepth: 3
:caption: Customize
custom
About
-----------------------------------------
2021-05-14 10:58:38 +00: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 13:22:32 +00:00
2021-05-21 13:42:45 +00: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.