Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open 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

Why using F.sigmoid() to the output of decoder before gather? #5

Open
hxhebit opened this issue Jan 13, 2023 · 0 comments
Open

Why using F.sigmoid() to the output of decoder before gather? #5

hxhebit opened this issue Jan 13, 2023 · 0 comments

Comments

@hxhebit
Copy link

hxhebit commented Jan 13, 2023

such as
self.gather.insert(images=F.sigmoid(A_recon).data) self.gather.insert(combine_supimages=F.sigmoid(AoC1_2A).data) self.gather.insert(combine_supimages=F.sigmoid(BoC2_2B).data) self.gather.insert(combine_supimages=F.sigmoid(A1Co_2C).data) self.gather.insert(test=F.sigmoid(A2B3D4E5F1_2N).data)

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

1 participant