neural-fortran
neural-fortran copied to clipboard
Implement a reshape layer
that will allow chaining layers of different shape, e.g. 1-d input to 2-d convolutional.
Reference: Keras Reshape layer