-
Notifications
You must be signed in to change notification settings - Fork 103
"MNIST handwritten digit classification using TensorFlow" failed due to "tensorflow.python.framework.errors_impl.NotFoundError: /tmp/model" #7
Comments
I see the same issue as below. Can the author put some light on this issue ? $ az ml service logs realtime -i mnist-model 2018-05-29T06:07:16.943407Z, INFO, 00000000-0000-0000-0000-000000000000, , Worker exiting (pid: 31) 2018-05-29T06:07:26.464671Z, INFO, 00000000-0000-0000-0000-000000000000, , Worker exiting (pid: 45) Received 64 lines of log |
Hi guys, command : $ az ml service create realtime -m my_ConvNet_MNIST_model.meta -d my_ConvNet_MNIST_model.data-00001-of-00000 -d my_ConvNet_MNIST_model.index -d checkpoint -f webservice_driver.py -n [your service name] -r python -c conda_dependencies.yml I think this will resolve your issue. |
Hi,
I tried to follow Quick Start to run a sample model service on my edge device, but failed as follows.
Is there anything missing that I should have done?
I am not sure if this has anything to do with this issue, but I choose the file name my_ConvNet_MNIST_model.data-00000-of-00001, as instructed in 2, which is different from my_ConvNet_MNIST_model.data-00001-of-00000 in the az ml service create command.
Thanks in advance.
The text was updated successfully, but these errors were encountered: