pix2pix icon indicating copy to clipboard operation
pix2pix copied to clipboard

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

Open F2024S opened this issue 1 year ago • 0 comments
trafficstars

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?

F2024S avatar May 16 '24 16:05 F2024S