test(githooks): Add githooks for automatic commit checks

This commit is contained in:
Alexander Engelsberger
2021-06-16 16:16:34 +02:00
parent c87ed5ba8b
commit 8956ee75ad
24 changed files with 196 additions and 49 deletions

View File

@@ -4,4 +4,4 @@ Abstract Models
========================================
.. automodule:: prototorch.models.abstract
:members:
:undoc-members:
:undoc-members:

View File

@@ -37,4 +37,4 @@ These models have been published in the past and have been adapted to the Protot
Customizable
-----------------------------------------
Prototorch Models also contains the building blocks to build own models with PyTorch-Lightning and Prototorch.
Prototorch Models also contains the building blocks to build own models with PyTorch-Lightning and Prototorch.

View File

@@ -71,7 +71,7 @@ Probabilistic Models
Probabilistic variants assume, that the prototypes generate a probability distribution over the classes.
For a test sample they return a distribution instead of a class assignment.
The following two algorihms were presented by :cite:t:`seo2003` .
The following two algorihms were presented by :cite:t:`seo2003` .
Every prototypes is a center of a gaussian distribution of its class, generating a mixture model.
.. autoclass:: prototorch.models.probabilistic.SLVQ
@@ -114,4 +114,4 @@ The visulizations can be shown in a seperate window and inside a tensorboard.
Bibliography
========================================
.. bibliography::
.. bibliography::

View File

@@ -70,4 +70,3 @@
year="2018",
publisher="Springer International Publishing",
}