leoluopy opened a new issue, #14098:
URL: https://github.com/apache/tvm/issues/14098
hi ,
i am runing the script here to generate micro tvm crt project from
pytorch model:
https://tvm.apache.org/docs/how_to/work_with_microtvm/micro_pytorch.html#sphx-glr-how-to-work-with-microtvm-micro-pytorch-py
while it comes to :
aot_executor =
tvm.runtime.executor.aot_executor.AotModule(session.create_aot_executor())
some thing went wrong. the log is at below:
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: DumpMetadata:
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: mod_name=tvmgen_default
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: version=1
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: num_inputs=1
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: num_outputs=1
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: num_workspace_pools=0
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: num_constant_pools=0
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: input[0]: input0
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: output[0]: output0
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: input allocate[0]: input0
[11:35:08]
/home/algo_share/projects/peiyuanluo/workspace/tvm/src/runtime/micro/micro_session.cc:377:
remote: output allocate[0]: output0
Traceback (most recent call last):
File
"/home/algo_share/projects/peiyuanluo/workspace/tvm/expworkspace/torch2micro_tvm.py",
line 124, in <module>
aot_executor =
tvm.runtime.executor.aot_executor.AotModule(session.create_aot_executor())
File
"/home/algo_share/projects/peiyuanluo/workspace/tvm/python/tvm/runtime/executor/aot_executor.py",
line 70, in __init__
self._get_input_name = module["get_input_name"]
File
"/home/algo_share/projects/peiyuanluo/workspace/tvm/python/tvm/runtime/module.py",
line 191, in __getitem__
return self.get_function(name)
File
"/home/algo_share/projects/peiyuanluo/workspace/tvm/python/tvm/runtime/module.py",
line 175, in get_function
raise AttributeError("Module has no function '%s'" % name)
AttributeError: Module has no function 'get_input_name'
do anyone have some idea ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]