NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

Could you give me an example for "publish to inference server"? #1915

Open LLCF opened 6 years ago

LLCF commented 6 years ago

I found that you had added a new feature( publish to inference server) to digits6.1, however I don't know how to use it.

LLCF commented 6 years ago

I found rie_url = os.environ.get('RIE_URL', "http://localhost:5055") publish_endpoint = rie_url+'/models' r = requests.post(publish_endpoint, files=files) in digits/model/views.py The http://localhost:5055 can not be accessed

Arsey commented 6 years ago

same for me. It's not clear how to use it. Is it ready at all?