DeepInfer / Model-Registry

4 stars 7 forks source link

update DeepInfer model registry with NeedleFinder docker images #7

Closed gpernelle closed 7 years ago

gpernelle commented 7 years ago

one using cpus and one using gpus with nvidia-docker. I added some extra json fields to be able to set extra parameters: { "name": "Min. Object Size", "type": "uint16_t", "iotype": "parameter", "param_name": "size", "default": 100 }, { "name": "Max line fit error", "type": "float", "iotype": "parameter", "param_name": "error", "default": 2.0 }

the param_name field are used as arguments for the fit.py function

mehrtash commented 7 years ago

@gpernelle Thanks for your contribution.