NVIDIA / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
672 stars 263 forks source link

CPU only mode #542

Closed mprat closed 5 years ago

mprat commented 5 years ago

I noticed that CPU-only mode was removed at from this fork of Caffe. Why? I can definitely see a use case for not wanting to compile the entire CUDA-enabled library for quick testing (especially on an embedded device) before compiling the full CUDA-enabled pipeline.

drnikolaev commented 5 years ago

Hi @mprat it makes the code convoluted.