modern-fortran / neural-fortran

A parallel framework for deep learning
MIT License
398 stars 82 forks source link

Implement a reshape layer #88

Closed milancurcic closed 1 year ago

milancurcic commented 2 years ago

that will allow chaining layers of different shape, e.g. 1-d input to 2-d convolutional.

Reference: Keras Reshape layer