-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎样转化为onnx模型 #26
Comments
我们提供的是pytorch保存的模型,onnx格式的模型可自通过我们开源的模型参数自行转换 |
请问你转换成功了吗,可以看下转onnx的代码嘛 |
这个是转换为onnx的代码,需要注意输入为13h*w # os.environ["CUDA_VISIBLE_DEVICES"]= "1"GPU_ID = "0" def onnx_export(model_path): def onnx_sim(onnx_path): if name == "main":
|
No description provided.
The text was updated successfully, but these errors were encountered: