Open thiscantbetaken opened 6 years ago
Please check whether you have the latest version of the code. I have added at some point a general class of a model (Model.py).
I think what needs to be done here is call it as such: from models.Model import Model
. Fixed in https://github.com/jmtomczak/vae_vampprior/pull/2
what is the most recent fix for this error?
Trying to get this working today, but I'm getting the following error:
python experiment.py --dataset_name=cifar10
load data Files already downloaded and verified create model Traceback (most recent call last): File "experiment.py", line 160, in
run(args, kwargs)
File "experiment.py", line 124, in run
from models.VAE import VAE
File "/workspace/vae_vampprior/models/VAE.py", line 20, in
from Model import Model
ImportError: No module named 'Model'
Any ideas?