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

@@ -3,11 +3,8 @@
import torch
from prototorch.functions.activations import get_activation
from prototorch.functions.competitions import wtac
from prototorch.functions.distances import (
lomega_distance,
omega_distance,
squared_euclidean_distance,
)
from prototorch.functions.distances import (lomega_distance, omega_distance,
squared_euclidean_distance)
from prototorch.functions.helper import get_flat
from prototorch.functions.losses import glvq_loss, lvq1_loss, lvq21_loss
from prototorch.modules import LambdaLayer, LossLayer