Zhengwei Yang
Results
2
comments of
Zhengwei Yang
I need this right now
> @pixelspark Thanks for pointing me in the right direction. The input shape argument is deprecated but you can currently do `python -m onnxsim onnx/model.onnx onnx/simp-model.onnx --overwrite-input-shape "input_ids:1,512" "attention_mask:1,512" "token_type_ids:1,512"`...