You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: