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

Reshape Layer #56

Open
tonio73 opened this issue Jun 21, 2020 · 2 comments
Open

Reshape Layer #56

tonio73 opened this issue Jun 21, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request keras Keras related tasks

Comments

@tonio73
Copy link
Owner

tonio73 commented Jun 21, 2020

Support for Keras Reshape layer:

  • handling of plot_top_connections_backward/forward
  • handling of activation maps
@tonio73 tonio73 added enhancement New feature or request keras Keras related tasks labels Jun 21, 2020
@tonio73
Copy link
Owner Author

tonio73 commented Jun 23, 2020

Similar issues as for UpSampling2D (#47)

tonio73 added a commit that referenced this issue Jun 25, 2020
…ation maps. Missing plot_topn_backward/forward
@tonio73 tonio73 self-assigned this Jun 25, 2020
tonio73 added a commit that referenced this issue Jun 26, 2020
@tonio73
Copy link
Owner Author

tonio73 commented Jun 26, 2020

There are a few situation in which the reshape does not make much sense:

  • Reshape followed by Flatten (or Reshape) (e.g.: between the generator and the discriminator of a Dense GAN)
  • Reshape unit selected, will only select the unit with corresponding index in upstream layer (e.g. output of a Dense GAN generator)

tonio73 added a commit that referenced this issue Jul 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request keras Keras related tasks
Projects
None yet
Development

No branches or pull requests

1 participant