buaa-hipo / dlcompiler-comparison

The quantitative performance comparison among DL compilers on CNN models.
73 stars 6 forks source link

onnx模型 #1

Open ronjian opened 3 years ago

ronjian commented 3 years ago

请问在哪里可以找到实验中用到的onnx模型?

lmzhhh commented 3 years ago

ONNX模型来源于两部分:TorchVisionGluonCV. 分别使用torch.onnx.exportonnx_mxnet.export_model接口,将model zoo的模型转换为ONNX格式.