tensorflow-onnx
tensorflow-onnx copied to clipboard
Fix channel num for depthwise conv3d
Thanks for your contribution.
Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Thanks for your contribution.
Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Sure. I'm not verify familiar with the codebase, can you suggest where to add the unit tests?
Thanks for your contribution. Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Sure. I'm not verify familiar with the codebase, can you suggest where to add the unit tests?
You can add it here.
Thanks for your contribution. Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Sure. I'm not verify familiar with the codebase, can you suggest where to add the unit tests?
You can add it here.
Thanks! I added a test but it failed with wrong results. Can this be a bug with the onnx runtime?
Thanks for your contribution. Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Sure. I'm not verify familiar with the codebase, can you suggest where to add the unit tests?
You can add it here.
Thanks! I added a test but it failed with wrong results. Can this be a bug with the onnx runtime?
What do you mean by "wrong results"? The result of ORT is different than tf? Is it possible for you to export the onnx graph of this test to check if it is correct?
Thanks for your contribution. Could you please:
- Open a new issue to describe this problem and link it to this PR?
- Add a test for this change?
Sure. I'm not verify familiar with the codebase, can you suggest where to add the unit tests?
You can add it here.
Thanks! I added a test but it failed with wrong results. Can this be a bug with the onnx runtime?
What do you mean by "wrong results"? The result of ORT is different than tf? Is it possible for you to export the onnx graph of this test to check if it is correct?
Ah it doesn't work for all the TF versions. After adding tf version constraints, it works now
Also filed issue: https://github.com/onnx/tensorflow-onnx/issues/2255