
max chang
max chang
About
- Username
- max chang
- Joined
- Visits
- 31
- Last Active
- Roles
- Member
Comments
-
Hi Jiyuan, sure, here is the original onnx model https://www.kneron.com/forum/uploads/334/8FEFQLCGWAK3.zip thanks again for the reply.
-
OK, thanks for the reply,I will try to solve the pytorch2onnx issue first.
-
Hi sure, https://www.kneron.com/forum/uploads/365/CV1IYYU1IVBY.zip thanks again for the reply
-
Hi kidd, I export my onnx model using the following code: rand_image = torch.tensor(np.zeros((1,3,320,240))).type(torch.FloatTensor).to(device) torch.onnx.export(model, rand_image, 'torch_model.onnx', keep_initializers_as_inputs=True,verbose=True, e…
-
Hi Jiyuan, thanks for your reply. Since I can run my original onnx model on onnxruntime without any problem, I wonder what could cause this problem?