FuxiaoLiu/VisualNews-Repository

No such module

EvenGu opened this issue · 1 comments

from model1261037 import EncoderCNN, AttnDecoderRNN

I can get around with from models.model-name import ... but I will have to rename all the models in your models folder so that they do not start with numbers. It is not a good practice to name a python file starting with numbers. It will cause errors.