Skip to content
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

Open
githubjoiner opened this issue Jan 9, 2019 · 6 comments
Open

loss function #1

githubjoiner opened this issue Jan 9, 2019 · 6 comments

Comments

@githubjoiner
Copy link

why the loss function in your code is different from your paper when training the network.

@love6tao
Copy link

@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

@love6tao
Copy link

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

@nuclearboy95
Copy link

this is not an SSIM-AE,,,

@mozhuqing
Copy link

this is not an SSIM-AE,,,
Have you reproduced it? I've been watching this lately. Please.

@mozhuqing
Copy link

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
Have you reproduced it? I've been watching this lately. Please.

@mozhuqing
Copy link

@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

Have you reproduced it? I've been watching this lately. Please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants