Hi! I tried to run tutorial example using Docker image tvmai/demo-cpu, but I have error.
Traceback (most recent call last):
File “from_tensorflow.py”, line 13, in
from tvm import relay
ImportError: cannot import name ‘relay’
Could you please explain why I have this and what I need to do in order to run this example. I thought that Docker already includes all needed libraries.
Could you tell me what are the advantages of TVM, in contrast to OpenVino?
Thank you!