pix-color_pixel-cnn icon indicating copy to clipboard operation
pix-color_pixel-cnn copied to clipboard

I wonder how can u figure out the architecture of PixColor.(especially about Refinement network)

Open demul opened this issue 4 years ago • 0 comments

Hi i'm trying to implement PixColor on tensorflow. but I have a problem.

The paper only describe the refinement architecture like that "It is similar in architecture to the network used in [15] but with more layers in decoding part. and use bilinear upsample instead of transposed-conv upsample".

I couldn't know how many layers stacked additionally. and I couldn't know about training hyperparameters(Initial learning rate, Weight decaying, What solver they use, etc....)

then, how can u deal with that problems?

demul avatar Apr 22 '20 08:04 demul