Populate init files
This commit is contained in:
parent
8c629c0cb1
commit
e54bf07030
@ -0,0 +1,12 @@
|
||||
"""ProtoTorch functions."""
|
||||
|
||||
from .activations import identity, sigmoid_beta, swish_beta
|
||||
from .competitions import knnc, wtac
|
||||
|
||||
__all__ = [
|
||||
'identity',
|
||||
'sigmoid_beta',
|
||||
'swish_beta',
|
||||
'knnc',
|
||||
'wtac',
|
||||
]
|
@ -0,0 +1,7 @@
|
||||
"""ProtoTorch modules."""
|
||||
|
||||
from .prototypes import Prototypes1D
|
||||
|
||||
__all__ = [
|
||||
'Prototypes1D',
|
||||
]
|
Loading…
Reference in New Issue
Block a user