Skip to content

Implement the reshape layer #97

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

Merged
merged 12 commits into from
Sep 28, 2022

Conversation

milancurcic
Copy link
Member

@milancurcic milancurcic commented Sep 26, 2022

This PR implements the reshape layer, only rank 1 to rank 3 for the time being.

  • Layer implementation + forward and backward passes
  • Tests
  • Update CMake build
  • Integrate with the Keras HDF5 reader
  • Add an example program (example use is shown in the test; tackle full example (e.g. CNN from 1-d input data in a separate PR).

Closes #88

@milancurcic milancurcic added the enhancement New feature or request label Sep 26, 2022
@milancurcic milancurcic merged commit e9af5b4 into modern-fortran:main Sep 28, 2022
@milancurcic milancurcic deleted the reshape-layer branch September 28, 2022 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a reshape layer
1 participant