MehmetAygun / fusenet-pytorch

Other
80 stars 17 forks source link

ModuleNotFoundError: No module named 'models.cycle_gan_model' #7

Closed somebodyus closed 5 years ago

somebodyus commented 5 years ago
from .cycle_gan_model import CycleGANModel  ModuleNotFoundError: 
No module named 'models.cycle_gan_model'

I come across this error. It seems that there should be cycle_gan_model.py file in the folder that contains test_model.py, but there is no such file. Could anyone help me?

MehmetAygun commented 5 years ago

which script are you running ?

hazirbas commented 5 years ago

Hi, you should use test.py.

/models/test_model.py is not related to our project and we will remove it as it comes from pix2pix.

maxjaritz commented 5 years ago

The option --model fusenet has to be used or else the following error occurs: ModuleNotFoundError: No module named 'models.test_model'

hazirbas commented 5 years ago

hey, what dont you fix it in train test options file and submit a pull request?

Thanks!

maxjaritz commented 5 years ago

done