Open
Description
onnx model conversion
how to convert the trained resnet model into onnx
After training the https://github.com/onnx/models/blob/bec48b6a70e5e9042c0badbaafefe4454e072d08/validated/vision/classification/resnet/train_resnet.ipynb models are saved in params folder (1.0000-imagenet-resnet50_v1-0000.params, 1.0000-imagenet-resnet50_v1-symbol.json)
How to convert this model format into onnx?
Any conversion code is available?