PICK-pytorch icon indicating copy to clipboard operation
PICK-pytorch copied to clipboard

Export trained model to ONNX

Open RahulJha11 opened this issue 2 years ago • 1 comments

How to export the Pick-Pytorch model into ONNX. I try but get an error because the keyword argument is used in forward(). If anyone converted the model into ONNX, please give some suggestions it will very helpful to me. Thank!

RahulJha11 avatar Nov 02 '22 13:11 RahulJha11

you should divide the original model into some parts, for example: encoder, decoder... And then export each part to ONNX.

xuanhaihust avatar Feb 06 '23 02:02 xuanhaihust