Getting Started
Bring Your Own
Extending PyKEEN
Reference
pykeen.nn
Appendix
Bases: Module, ABC
Module
ABC
An (element-wise) composition function for vectors.
Initialize internal Module state, shared by both nn.Module and ScriptModule.
Methods Summary
forward(a, b)
forward
Compose two batches of vectors.
Methods Documentation
The tensors have to be broadcastable.
a (Tensor) – shape: s_1 The first tensor.
b (Tensor) – shape: s_2 The second tensor.
shape: s
Tensor