Open davodogster opened 5 years ago
yes i have a same problem
I have the same problem. Have you solved it?
have you solved this problem? I have the same problem.
Change the 'feature_model = DCAE_fea()' to ' feature_model = DCAE()' in the class ModeTest. We just need to make sure we use the same CAE model for the training and testing parts.
thanks for your reply! I will give it a try
When i run train.py, mode = test, I get this error:
ValueError: Layer #2 (named "PReLU1"), weight <tf.Variable 'PReLU1/alpha:0' shape=(201, 143, 143, 24) dtype=float32_ref> has shape (201, 143, 143, 24), but the saved weight has shape (201, 3, 3, 24).