Closed cobycloud closed 2 months ago
ScoringBasedEmbeddingModel.compile() uses self._reset_compile_cache() within, which triggers this issue.
Same issue - I tried running the default example (https://docs.ampligraph.org/en/latest/examples.html) and it fails on this
Just got this issue too, anyone already have a work around?
Downgrade the version of tensorflow to 2.12 and it should work.
Awesome, thank you, that worked perfectly.
AttributeError: 'ScoringBasedEmbeddingModel' object has no attribute '_reset_compile_cache'