vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 753 forks source link

Reshape layer in matconvnet #949

Closed ruanxt closed 7 years ago

ruanxt commented 7 years ago

Is there any way to represent reshape layer like in Keras? Is it possible to implement similar functionality?

lenck commented 7 years ago

Hi, you can try the autonn package: https://github.com/vlfeat/autonn It overloads the Matlab's reshape operation and implemented the backprop through it...

ruanxt commented 7 years ago

Thanks!