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
In the project, " Compared to the original TensorFlow model, this implementation contains three major modifications:
Instance normalization is used in PyNET's level 1.
Transposed convolutional layers are replaced with upsampling convolution.
Modified weight coefficients of the loss functions. "
So if I want train bokeh with ebb dataset, I need
not used instance normalization in level ?
upsampling convolution still used?
what's weight coefficients of the loss functions?
It just confused me !
The text was updated successfully, but these errors were encountered:
In the project, " Compared to the original TensorFlow model, this implementation contains three major modifications:
Instance normalization is used in PyNET's level 1.
Transposed convolutional layers are replaced with upsampling convolution.
Modified weight coefficients of the loss functions. "
So if I want train bokeh with ebb dataset, I need
It just confused me !
The text was updated successfully, but these errors were encountered: