Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.12k stars 252 forks source link

ImportError: cannot import name 'ConvKB' from 'ampligraph.latent_features' #273

Closed qevhytpl closed 1 year ago

qevhytpl commented 1 year ago

Background and Context All models report the same error Description Description os: windows python 3.10 tensorflow 2.12 ampligraph 2.0

NicholasMcCarthy commented 1 year ago

Do you mean all models, just the Conv* models, or ConvKB with specific parameters?

As per the changelog for Ampligraph v2.0:

qevhytpl commented 1 year ago

Do you mean all models, just the Conv* models, or ConvKB with specific parameters?

As per the changelog for Ampligraph v2.0:

  • ConvKB, ConvE, ConvE(1-N) not supported anymore as they are computationally expensive and thus not commonly used.

ComplEx lead to same mistake

qevhytpl commented 1 year ago

Do you mean all models, just the Conv* models, or ConvKB with specific parameters?

As per the changelog for Ampligraph v2.0:

  • ConvKB, ConvE, ConvE(1-N) not supported anymore as they are computationally expensive and thus not commonly used.

My problem, I read the old manuals,Thanks!