-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
loss function #1
Comments
@githubjoiner the loss fuction in the code is binary_crossentropy, not ssim loss. the result images shown in the code look good. so this code just uses the encoder-decoder network in the paper |
the code of AE has an error. "encoded = Conv2D(1, (8, 8), strides=1, padding='same')(x)" the filter number shoud be 100, not 1 |
this is not an SSIM-AE,,, |
|
|
Have you reproduced it? I've been watching this lately. Please. |
why the loss function in your code is different from your paper when training the network.
The text was updated successfully, but these errors were encountered: