8000 what is FusedUpsample mean? · Issue #107 · rosinality/style-based-gan-pytorch · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

what is FusedUpsample mean? #107

New issue

Have a question about this project? Sign up for a free GitHub account to ope 8000 n an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
hityzy1122 opened this issue Oct 31, 2020 · 2 comments
Open

what is FusedUpsample mean? #107

hityzy1122 opened this issue Oct 31, 2020 · 2 comments

Comments

@hityzy1122
Copy link

I have no idea about the function of FusedUpsample. Could you provide some papers or explains about this? Thanks

@rosinality
Copy link
Owner

It is conv + bilinear upsample.

@benearnthof
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0