Open andrewssobral opened 7 years ago
It would be nice to at least to transform a caffe model produced by Digits to caffe2 for export :)
Isn't the problem that caffe2 is more code-dependent, and can't load an arbitrary model using plain text/script data, like you can in caffe? If caffe2 uses C++ code to define models, how'd you propose DIGITS to be able to provide generic support for that?
It would be nice to support the new release of Caffe https://caffe2.ai/ Thanks!