You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSI architecture can also utilize VAEs, see autoencoderdual.py. When LSI is trained and the computation graphs are active, we can get m2zm and d2zd but when model is loaded, and m2zm/d2zd need to be assembled from the loaded h5 models. An error associated with the sampling (lambda) layer is thrown.
Run qc-demo.ipynb to replicate the error, use LSI.train_autoencoder_dual_var() and set load=False.
The text was updated successfully, but these errors were encountered:
LSI architecture can also utilize VAEs, see autoencoderdual.py. When LSI is trained and the computation graphs are active, we can get m2zm and d2zd but when model is loaded, and m2zm/d2zd need to be assembled from the loaded h5 models. An error associated with the sampling (lambda) layer is thrown.
Run qc-demo.ipynb to replicate the error, use LSI.train_autoencoder_dual_var() and set load=False.
The text was updated successfully, but these errors were encountered: