Closed sjs7007 closed 8 years ago
1 : just print model path given job_id 9d0ad1490328b0210f030b5498046496dfa0ca62
curl -F job_id=71cd6c9f-2bc1-4380-8d89-b32182441638 localhost:8888/testTrainedOnline
selects specified model and runs on given image b2c317003ea0c05cff68062532689e873b0c0b78
curl -F job_id=dc725ed7-dc51-4c9a-9057-f1539a958681 localhost:8888/testTrainedOnline -F upload=@generalPredictor/93.png
`output : {"Prediction":"3\n"}``
User should be able to select previously trained models and test new data/dataset with it. Just doing for single image case first.