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

Add support for Blob storage legacy Caffe/BVLC format in solver.prototxt #1756

Open beng0d opened 7 years ago

beng0d commented 7 years ago

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.

nelfy commented 6 years ago

the check-box is NOT valid in the latest DIGITS (6.1.0)?

amir-sha commented 6 years ago

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 ?!

NevesLucas commented 6 years ago

any updates on this issue?

MARS-Rovers commented 5 years ago

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).