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
I loaded this model and just wanted to do 'model.predict(latent_vector)".
But I always got an error, which says "Could not find variable dense_3/kernel".
Do you have an idea to resolve this problem?
Just to be sure, I show the hierarchical structure of loaded model.
My environment is Python 3.6, tensorflow 2.6.0, keras 2.6.0.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I have a problem for no_pca.keras file.
I loaded this model and just wanted to do 'model.predict(latent_vector)".
But I always got an error, which says "Could not find variable dense_3/kernel".
Do you have an idea to resolve this problem?
Just to be sure, I show the hierarchical structure of loaded model.
My environment is Python 3.6, tensorflow 2.6.0, keras 2.6.0.
Thanks in advance.
The text was updated successfully, but these errors were encountered: