layers module

DIRESA custom layer classes

Author:

Geert De Paepe

Email:

geert.de.paepe@vub.be

License:

MIT License

class layers.DistLayer(*args: Any, **kwargs: Any)

Calculates (squared) distances between the 2 inputs and distances between the 2 latent representations of a twin model

__init__(*args: Any, **kwargs: Any) None
call()
class layers.OrderLayer(*args: Any, **kwargs: Any)

Reorders the inputs according to a given order

__init__(*args: Any, **kwargs: Any) None
call()