Hi, I was trying to use the mobilenet_v2_1.4_224.tgz model for tuning. While extracting it throws an error:
Traceback (most recent call last): File “tune_relay_arm.py”, line 401, in tune_and_evaluate(tuning_option) File “tune_relay_arm.py”, line 332, in tune_and_evaluate net, params, input_shape, _ = get_network(network, batch_size=1) File “tune_relay_arm.py”, line 160, in get_network dtype_dict={input_tensor: input_dtype}) File “/home/yovan/tvm_all/tvm/python/tvm/relay/frontend/tflite.py”, line 621, in from_tflite op_converter.check_unsupported_ops() File “/home/yovan/tvm_all/tvm/python/tvm/relay/frontend/tflite.py”, line 61, in check_unsupported_ops ‘,’.join(unsupported_ops_set))) NotImplementedError: Unsupported Ops: ADD
any help will be good thanks