Getting Started
Bring Your Own
Extending PyKEEN
Reference
pykeen.nn
Appendix
Normalize relative sizes.
If the sum is smaller than 1, adds (1 - sum)
ratios (float | Sequence[float]) – The ratios.
epsilon (float) – A small constant for comparing sum of ratios against 1.
A sequence of ratios of at least two elements which sums to one.
ValueError – if the ratio sum is bigger than 1.0
tuple[float, …]