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
When using tf.layers.conv2d_transpose what defines the output tensor shape?
In the generator code, when the input was 4x4x512, for the output to be 8x8x256 the number of filters can be given, but how are the height and width of the output defined? Or else is it always two times the input height and width?
Thanks.
The text was updated successfully, but these errors were encountered:
When using
tf.layers.conv2d_transpose
what defines the output tensor shape?In the generator code, when the input was 4x4x512, for the output to be 8x8x256 the number of filters can be given, but how are the height and width of the output defined? Or else is it always two times the input height and width?
Thanks.
The text was updated successfully, but these errors were encountered: