BeyondCloud
BeyondCloud
https://github.com/daquexian/onnx-simplifier/blob/c9848d674fb8ef6cdd6c64853cdde6182ac50fa9/onnxsim/onnx_simplifier.py#L168 ``` for i, dim in enumerate(ipt.type.tensor_type.shape.dim): if input_shape[i] > 0: dim.dim_value = input_shape[i] ``` Model for testing: https://github.com/onnx/models/blob/03458a119555415d5c9b12187715f582224f9533/vision/object_detection_segmentation/fcn/model/fcn-resnet50-11.onnx I only want to fix batch dim and keep height and...
Hi, Is there any way to measure performance and accuracy on customized dataset (other than ad, vww, kws, ic) ? I have tried setting EE_MODEL_VERSION to my own dataset and...