UMInteraction
- class UMInteraction(p: int, power_norm: bool = True)[source]
Bases:
NormBasedInteraction
[Tensor
,None
,Tensor
]A stateful module for the UnstructuredModel interaction function.
See also
pykeen.nn.functional.unstructured_model_interaction()
Initialize the interaction module.
- Parameters:
Attributes Summary
The symbolic shapes for relation representations
Methods Summary
func
(t, p[, power_norm])Evaluate the SimplE interaction function.
Attributes Documentation
Methods Documentation