saurabh-shandilya commented on issue #13296:
URL: https://github.com/apache/tvm/issues/13296#issuecomment-1306081809
@masahi Thanks for a quick response.
With this I am getting a stackoverflow error -
[10:01:49] K:\code\tvm_gpu\src\relay\transforms/let_list.h:54: Warning:
letlist not used
Traceback (most recent call last):
File "K:/code/tvm_gpu/python/object_detection.py", line 201, in <module>
verify_model_in_relay(script_module,img,relay_target)
File "K:/code/tvm_gpu/python/object_detection.py", line 148, in
verify_model_in_relay
vm_exec = relay.vm.compile(mod, target=target, params=params)
File "K:\code\tvm_gpu\python\tvm\relay\backend\vm.py", line 79, in compile
compiler.lower(mod, target)
File "K:\code\tvm_gpu\python\tvm\relay\backend\vm.py", line 155, in lower
self._lower(mod, target, target_host)
File "K:\code\tvm_gpu\python\tvm\_ffi\_ctypes\packed_func.py", line 233,
in __call__
ctypes.byref(ret_tcode),
OSError: exception: stack overflow
--
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]