After changing the continuous variable I encountered the following error after doing a python run.py
Loading Freyface data
instantiating model
Restarting from earlier saved parameters!
Traceback (most recent call last):
File "run.py", line 43, in <module>
model.load_parameters(path)
File "/home/patrick/.../Variational-Autoencoder/VAE.py", line 184, in load_parameters
self.params[name].set_value(p_list[name].astype(theano.config.floatX))
KeyError: 'W_hx'
After changing the continuous variable I encountered the following error after doing a python run.py