SOLO icon indicating copy to clipboard operation
SOLO copied to clipboard

Can I export the model to onnx using this script, what changes i have to make?

Open abubakar2141731 opened this issue 3 years ago • 2 comments

https://github.com/open-mmlab/mmdetection/blob/master/tools/pytorch2onnx.py

abubakar2141731 avatar Sep 24 '20 22:09 abubakar2141731

It seems that 'torch.linspace' is not supportted in onnx, After bypassing it, torch.onnx.export may work. Not tested yet!

zhangjinsong3 avatar Sep 25 '20 09:09 zhangjinsong3

@zhangjinsong3 Do you have any idea to bypass that. Is it possible?

minhhoangbui avatar Jan 25 '21 05:01 minhhoangbui