You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model_path = onnx_model_path if is_fp16 else optim_model_paths[0]
Maybe there is something wrong with this line of code, which causes the experimental results to appear that the performance of onnx fp16 is even worse than that of onnx fp32.
The text was updated successfully, but these errors were encountered:
src/transformer_deploy/convert.py
model_path = onnx_model_path if is_fp16 else optim_model_paths[0]
Maybe there is something wrong with this line of code, which causes the experimental results to appear that the performance of onnx fp16 is even worse than that of onnx fp32.
The text was updated successfully, but these errors were encountered: