prototorch_models/docs/source/index.rst

50 lines
1.1 KiB
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
.. toctree::
:hidden:
:maxdepth: 3
:caption: Proto Y Architecture
y-architecture
2021-05-21 13:42:45 +00:00
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.
2021-05-21 13:42:45 +00:00
Customizable
-----------------------------------------
Prototorch Models also contains the building blocks to build own models with
PyTorch-Lightning and Prototorch.