Getting started with contributing #1695
andrewsi-z
started this conversation in
General
Replies: 1 comment
-
A good start might be here: tf2onnx always works on the graph level (doesn't matter if tf1, tf2 or keras) so that is the main thing that matters. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
A bit of a general question here. For those that would like to contribute, there is a bit of a steep learning curve on some concepts here - primarily I am thinking about understanding the tensorflow graph and related info (such as keras layers), as well as how tf2onnx works with these.
Clearly one way to learn is to jump right in and begin experimenting...
I'd like to understand though if there are any "jump start" references that can be used to help get up to speed faster. Things like an overview of tf2onnx, or any info on tensorflow saved_model format (from community experiences) would be incredibly helpful.
Does anything like this exist? I have looked, but have not found it yet. Are there other useful references anyone has found?
Beta Was this translation helpful? Give feedback.
All reactions