Skip to content

week08:autoencoders_pytorch Pooling layers usage #60

@NickVeld

Description

@NickVeld

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions