EfficientFormer icon indicating copy to clipboard operation
EfficientFormer copied to clipboard

[onnx] model initialized without pretrained checkpoint

Open hilaryliang opened this issue 2 months ago • 0 comments

thank you for your great job!

thank you for providing the toolbox.py for export onnx and coreml, however, i want to export my own segmentation model.

python toolbox.py --model efficientformerv2_s0 --ckpt segmentation/work_dir/iter_800001.pth

Image

how can i initialize with my own trained model?

hilaryliang avatar Oct 30 '25 08:10 hilaryliang