This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
When I used my personal 2 images upload to Edge AI cloud, and run the Edge AI evaluation tools, it reports 1st picture have below warning and can not finish the inference work, could you explain the warning contents and how to solve it? The 2nd images is OK. I attached the original 1st image for your reference.
50%|█████ | 1/2 [00:02<00:02, 2.42s/it]/usr/local/lib/python3.6/dist-packages/ipykernel_launcher.py:10: MatplotlibDeprecationWarning:
Adding an axes using the same arguments as a previous axes currently reuses the earlier instance.
In a future version, a new instance will always be created and returned. Meanwhile, this warning can be suppressed,
and the future behavior ensured, by passing a unique label to each axes instance.
Thanks
Thomas
The warning actually coming from open source matplotlib python module. Not sure about it yet.
We will try to run the inference with this image and let you know.
BTW, can you share python notebook name that you have used
Hi, Thomas, please also let us know which model are you trying.
Thank you,
Paula
Sorry, could you tell me how to find the history model and used python notebook? I didn't find a way in workspace
Thomas, One way, if you haven't run "kernel -> Restart & clear Output" in the notebook you used, you probably will be able to see latest cells output and find the cell with the error.