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, recently I was interested in your work "Adaptive Offline Quintuplet Loss for Image-Text Matching". I tried to run your code and ran into some issues. I noticed you didn't put the models.py file. Can you help me?
from models import DecoderRNN, EncoderRNN, S2VTAttModel, S2VTModel
ImportError: cannot import name DecoderRNN
The text was updated successfully, but these errors were encountered:
Hi, recently I was interested in your work "Adaptive Offline Quintuplet Loss for Image-Text Matching". I tried to run your code and ran into some issues. I noticed you didn't put the models.py file. Can you help me?
from models import DecoderRNN, EncoderRNN, S2VTAttModel, S2VTModel
ImportError: cannot import name DecoderRNN
The text was updated successfully, but these errors were encountered: