Create Component and initializer classes.

This commit is contained in:
Alexander Engelsberger
2021-04-26 20:49:50 +02:00
parent 7c30ffe2c7
commit 40751aa50a
5 changed files with 339 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ class Prototypes1D(_Prototypes):
one_hot_labels=False,
**kwargs,
):
warnings.warn(
PendingDeprecationWarning(
"Prototypes1D will be replaced in future versions."))
# Convert tensors to python lists before processing
if prototype_distribution is not None: