Meet an error when run the deploy ssd tutorial

the error message is
Traceback (most recent call last):
File “deploy_ssd.py”, line 95, in
m.run()
File “/home/tx/tvm/python/tvm/contrib/graph_runtime.py”, line 137, in run
self._run()
File “/home/tx/tvm/python/tvm/_ffi/_ctypes/function.py”, line 185, in call
ctypes.byref(ret_val), ctypes.byref(ret_tcode)))
File “/home/tx/tvm/python/tvm/_ffi/base.py”, line 66, in check_call
raise TVMError(py_str(_LIB.TVMGetLastError()))
tvm._ffi.base.TVMError: [22:49:55] /home/tx/tvm/src/runtime/module_util.cc:53: Check failed: ret == 0 (-1 vs. 0) [22:49:55] /home/tx/tvm/src/runtime/module.cc:92: Check failed: f != nullptr Cannot find function tvm.contrib.sort.argsort in the imported modules or global registry

you need to enable USE_SORT=ON during cmake.

thanks, it’s ok now.

@tianxingyzxq Can you send a PR to add this tip to for that tutorial?