Cannot provide custom entity_representations_kwargs
or relation_representations_kwargs
via model_kwargs
to pipeline
#1441
Labels
bug
Something isn't working
Describe the bug
When providing custom
entity_representations_kwargs
(orrelation_representations_kwargs
) viamodel_kwargs
topykeen.pipeline.pipeline
, aTypeError
occursHow to reproduce
Environment
Additional information
The reason is that some models (e.g.,
TransE
) add their ownentity_representations_kwargs
.While I would generally advocate using the new style
interaction
+entity_representations
(+...) whenever you want to have custom representations, many users may not be aware of this and face problems when trying to use it.Issue Template Checks
The text was updated successfully, but these errors were encountered: