You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: We have found an useless method in the class StubClass, implementing method Structured Embedding from library TensorFlow and task Node Embedding. It does not make sense to implement the `requires_positive_edge_weights` method when the `can_use_edge_weights` always returns False, as it is already handled in the root abstract model class.
Anything I am doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi @13bmartens, that is a misleading error that I need to fix. The correct error would be that some dependency is missing, and therefore it cannot load the proper model.
The short of it is that, given the model you are trying to load, most likely you do not have tensorflow installed, do let me know if that is the case.
Hi Team, did some experimentation and found this issue when trying different tensorflow based embedding approaches:
produces error:
Anything I am doing wrong?
Thanks!
The text was updated successfully, but these errors were encountered: