vlfeat / autonn

A fast and expressive Matlab/MatConvNet deep learning API, with native automatic differentiation
89 stars 35 forks source link

Autonn to Dagnn #32

Open wajahat57 opened 6 years ago

wajahat57 commented 6 years ago

Hi How to convert a saved network from AutoNN to DagNN? Regards

wajahat57 commented 6 years ago

Just found the answer by another member of MCN group: https://gist.github.com/albanie the function toDagNN()

Is this the way or there is a also a method within AutoNN or DagNN to convert or read as DagNN from AutoNN?