NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

Any expected date for supporting Caffe2? #1594

Open andrewssobral opened 7 years ago

andrewssobral commented 7 years ago

It would be nice to support the new release of Caffe https://caffe2.ai/ Thanks!

sbryfcz commented 7 years ago

It would be nice to at least to transform a caffe model produced by Digits to caffe2 for export :)

jwatte commented 7 years ago

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?