Skip to content

NCNN backend : add inputblob and ouputblob option to mllib at service creation time#588

Merged
beniz merged 1 commit intojolibrain:masterfrom
fantes:output_blob_conf
Aug 2, 2019
Merged

NCNN backend : add inputblob and ouputblob option to mllib at service creation time#588
beniz merged 1 commit intojolibrain:masterfrom
fantes:output_blob_conf

Conversation

@fantes
Copy link
Contributor

@fantes fantes commented Jun 6, 2019

when omitted, previous hardcoded default are used

example usage:

curl -X PUT "http://10.10.77.61:"$1"/services/lieb_test" -d '{
  "mllib":"ncnn",
  "description":"input output blob test",
  "type":"supervised",
  "parameters":{
       "input":{
          "connector":"csvts",
          "db": false,
      "label" : ["out1","out2","out3"],
      "ignore": ["time"]
       },
       "mllib":{
            "inputblob":"data",
            "outputblob":"rnn_pred",
            "gpuid" : 1,
            "db": false
        }
  },
  "model":{
      "repository":"/path/to/repo"
  }
 }'

@beniz
Copy link
Collaborator

beniz commented Aug 1, 2019

hudson.plugins.git.GitException: Command "git merge cf4b31946f8543e64005419ab616f0797e40c117" returned status code 1:

stdout: Auto-merging src/backends/ncnn/ncnnlib.cc

CONFLICT (content): Merge conflict in src/backends/ncnn/ncnnlib.cc

Automatic merge failed; fix conflicts and then commit the result.

This may need a rebase to master.

@fantes fantes force-pushed the output_blob_conf branch from 6438150 to ec15037 Compare August 2, 2019 10:29
@beniz beniz merged commit 00f98a4 into jolibrain:master Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants