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
I encountered an error while trying to run the train_model.ipynb notebook provided in the official RelBench repository on Google Colab. Specifically, I am unable to import SentenceTransformer from the sentence_transformers library.
Error Message:
from sentence_transformers import SentenceTransformer
RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback):
Failed to import transformers.modeling_utils because of the following error (look up to see its traceback):
partially initialized module 'torchvision' has no attribute 'extension' (most likely due to a circular import)
Attachment
train_model.zip
I have attached the Colab notebook (train_model.ipynb) with ERROR message downloaded from Colab as a reference.
The text was updated successfully, but these errors were encountered:
Description:
I encountered an error while trying to run the
train_model.ipynb
notebook provided in the official RelBench repository on Google Colab. Specifically, I am unable to importSentenceTransformer
from thesentence_transformers
library.Error Message:
from sentence_transformers import SentenceTransformer
RuntimeError: Failed to import transformers.integrations.integration_utils because of the following error (look up to see its traceback):
Failed to import transformers.modeling_utils because of the following error (look up to see its traceback):
partially initialized module 'torchvision' has no attribute 'extension' (most likely due to a circular import)
Attachment
train_model.zip
I have attached the Colab notebook (train_model.ipynb) with ERROR message downloaded from Colab as a reference.
The text was updated successfully, but these errors were encountered: