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
Hi,
When following the README to loading the Agatha model in
model = torch.load("<AGATHA_DATA_DIR>/hypothesis_predictor_512/model.pt")
, it prompts
ModuleNotFoundError: No module named 'agatha.ml.util.embedding_index'.
I looked up the directory agatha/ml/util/ and there is no file named embedding_index.
Could u tell how to solve it?
Thx