Is module Relay only in version 0.6?

I have compiled successfully with TVM0.4. But there is no moudle named relay.

import tvm
from tvm import relay
Traceback (most recent call last):
File “”, line 1, in
ImportError: cannot import name ‘relay’

Yes , relay is a recent creation and IIUC it will be available only in tvm 0.6 . See the release roadmap for more. https://github.com/dmlc/tvm/projects/1

Ramana

Thanks a lot.
And it seems that no official tutorials for TVMv0.4 to deploy on embedded device:(

On projects like this my personal opinion is that it makes more sense to develop and work closer to tip of trunk, I’ve not been long enough in the community to know whether this was supported in 0.4 , sorry.

Ramana