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
For future reference: FusedUpsample combines both convolution and upsampling operations in one module, quite like the original implementation does here
The Authors comment that in TensorFlow it is faster and more memory efficient to combine both operations.
I have no idea about the function of FusedUpsample. Could you provide some papers or explains about this? Thanks
The text was updated successfully, but these errors were encountered: