Open beng0d opened 7 years ago
the check-box is NOT valid in the latest DIGITS (6.1.0)?
I'm using digits 6.1.1 and nvcaffe 0.17.0 but there is no way I can add this flag to solver.prototxt! where exactly is this checkbox in digits ?!
any updates on this issue?
I am using digits 6.1.1 and nvcaffe 0.17.2 and I am also unable to add this flag to the solver.prototxt. I would really appreciate it if this issue got fixed, as I am unable to export and run the models I train on digits on any third party libraries (such as OpenCV).
Follow-up on a fixed issue #376 in nvidia/caffe 16.3.
Add check-box to solver parameter pages to enable legacy export format. The following line should be added if needed when auto generating solver.prototxt files for caffe training jobs.
store_blobs_in_old_format: true
This allows exported models to be compatible with other forks of bvlc/caffe. Without this, .caffemodels from nvidia/caffe 16.2 upward can only be read by nvidia/caffe.