Hi team, want to know your best practice about how DGL model deployment & serving.
I only know standard model save like: th.save(**.pt).
Found a history discuss mentioned that dgl model not support save to onnx format:
Exporting GraphSAGE model into onnx format : train_sampling.py.
Would like to know your best practice how dgl deployment on industry.