how to generate a ONNX proto or the network graph
Created by: veridone
In demo vdl_scratch.py
writed:
'''
This is a scratch demo, it do not generate a ONNX proto, but just download an image
that generated before to show how the graph frontend works.
For real cases, just refer to README.
'''
but I do not find in README, is there any specific examples ?