[Error][Docker] tutotial example tensorflow

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!

I have the same problem when using docker tvmai/demo-cpu.
Could anyone tell me tvm version in this docker image and how to enable tvm.relay.

Also encounter this error in both master branch and v0.5 verison, especially enable the cuda/cudnn/cublas support in config.cmake file.

I encountered the same issue, any suggestion already?