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

week08:autoencoders_pytorch Pooling layers usage #60

Open
NickVeld opened this issue Nov 20, 2019 · 0 comments
Open

week08:autoencoders_pytorch Pooling layers usage #60

NickVeld opened this issue Nov 20, 2019 · 0 comments

Comments

@NickVeld
Copy link
Contributor

MaxUnpool needs "indices" that are returned by MaxPool but the first is located in the decoder and the second is in the encoder thus all direct calls of starter code to encoder and decoder do not support the indices transportation from Pool to Unpool

Possible solutions:

  1. do not use direct calls for counting code/reconstruction
  2. request both code and reconstruction using one function call
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