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 41 forks source link

Caffe SSD packages use default LMDB and HDF5 #127

Open psyhtest opened 6 years ago

psyhtest commented 6 years ago

They should be updated as e.g. snapshot packages:

    "lib-hdf5": {
      "local": "yes",
      "name": "HDF5 library",
      "only_for_target_os_tags": [
        "linux",
        "windows"
      ],
      "skip_default":"yes",
      "sort": 19,
      "tags": "lib,hdf5,v1.10.1"
    },
    "lib-lmdb": {
      "local": "yes",
      "name": "LMDB library",
      "skip_default": "yes",
      "only_for_target_os_tags": [
        "linux",
        "windows"
      ],
      "sort": 18,
      "tags": "lib,lmdb,v0.9.21"
    },

(perhaps not to the exact versions though).