dividiti / ck-caffe

Collective Knowledge workflow for Caffe to automate installation across diverse platforms and to collaboratively evaluate and optimize Caffe-based workloads across diverse hardware, software and data sets (compilers, libraries, tools, models, inputs):
http://cKnowledge.org
BSD 3-Clause "New" or "Revised" License
193 stars 40 forks source link

Remove DNN proxies once the demo app redesign is merged #83

Closed dsavenko closed 7 years ago

dsavenko commented 7 years ago

Hi,

We will need to remove DNN proxies once https://github.com/dividiti/crowdsource-video-experiments-on-desktop/pull/24 is merged. The proxies are actually a hack for old demo app to work, and we should strive for not having dead code in repos.

gfursin commented 7 years ago

Done! Moved to ck-old-packages repo (the DLL usage can still be useful one day) ...

dsavenko commented 7 years ago

Typically, Git tags are used to mark outdated content - this way, you can always bring it back. But, I guess, moving into a separate repo works as well.

gfursin commented 7 years ago

Well, it's not exactly the same - packages is a high level CK functionality and want to still have them in a working state somewhere, rather then do something with Git. I.e. I can just pull that repo and immediately use these packages ...