How to convert normal onnx model into no weight onnx file for selfmade dataset when training.
zhangyihao91 opened this issue · 0 comments
zhangyihao91 commented
Dear researcher:
Thanks for your work in ML models latency prediction.
Now I was trying to deploy your work on my own server, and I hope to convert some other normal Deep Learning models(Rs50, YOLOv5, etc) like the onnx models in unseen structure dataset which every file only have shape info for each nodes ,but no weight contained.
Could you tell me how to do that? Or how did you build the unseen structure dataset?
Thanks very much