[Apache TVM Discuss] [Questions] TypeError: int() argument must be a string, a bytes-like object or a number, not 'Any'

2021-11-17 Thread 987410 via Apache TVM Discuss
Hi, thanks for your reply. the tensorflow model is from https://zenodo.org/record/3345892/files/tf_ssd_resnet34_22.1.zip?download=1 in page : https://github.com/mlcommons/inference/tree/master/vision/classification_and_detection actually, the script is simple like below: with tf.gfile.

[Apache TVM Discuss] [Questions] TypeError: int() argument must be a string, a bytes-like object or a number, not 'Any'

2021-11-14 Thread 987410 via Apache TVM Discuss
Traceback (most recent call last): File "./lxch_test_tf_onnx__mlperf_ssdresnet34.py", line 361, in enable_xtcl_save_so, enable_xtcl_load_so, lib_file, json_file, params_file) File "./lxch_test_tf_onnx__mlperf_ssdresnet34.py", line 137, in xtcl_run mod, params = r

[Apache TVM Discuss] [Questions] TypeError: int() argument must be a string, a bytes-like object or a number, not 'Any'

2021-11-14 Thread 987410 via Apache TVM Discuss
Hi, when I import ssd resnet34 into tvm (latest version), got the error below: TypeError: int() argument must be a string, a bytes-like object or a number, not 'Any' ERROR occurred in python/tvm/relay/fronted/tensorflow_ops.py: def _stridedSlice() ... ... ret = _op.reshape(out, newshape=tup