vishal3477 / proactive_IMD

MIT License
31 stars 7 forks source link

ModuleNotFoundError #1

Open Yhink339 opened 2 years ago

Yhink339 commented 2 years ago

File "train.py", line 13, in from model import * ModuleNotFoundError: No module named 'model'

The above error occurred when executing STGAN train. what is this 'model'?

vishal3477 commented 1 year ago

Hi, I'm really sorry for not responding to your earlier. As per the instruction in the repo, you need to download STGAN repo, where you'll find the model.py file and the pretrained model, which are used to train our framework. Let me know of any other questions you might have.