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

I want to remove the last tanh() layer in generator #27

Open
F2024S opened this issue May 16, 2024 · 0 comments
Open

I want to remove the last tanh() layer in generator #27

F2024S opened this issue May 16, 2024 · 0 comments

Comments

@F2024S
Copy link

F2024S commented May 16, 2024

Hello. I am using the pix2pix Matlab code for another task in which the input data is not an image but a matrix. I want to remove the last tanh() layer in the generator. In other words, different from the original pix2pix which processes the images with pixel values ranging from 0 to 255 in imaging processing, the actual true values of my matrix should be generated through generator by removing the last nonlinear tanh() activation layer in the network. which part of the code should I change for this purpose?

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

1 participant