microsoft / tf2-gnn

TensorFlow 2 library implementing Graph Neural Networks
MIT License
371 stars 73 forks source link

export to onnx format? #54

Open hylandk-movidius opened 2 years ago

hylandk-movidius commented 2 years ago

Hi folks -

I'd like to export this model to the ONNX format. I'm interesting in understanding the operations, data types and tensor dimensioning at each layer.

Is there a set of step you can provide to understand how that can be done? I have all necessary collateral (onnx, tensorflow) installed.

thank you, Kevin