EfficientFormer icon indicating copy to clipboard operation
EfficientFormer copied to clipboard

mlmodel initialized with pretrained checkpoint is much slower than without pretrained checkpoint, wondering why

Open YingkunZhou opened this issue 3 years ago • 1 comments

image

the left one is initialized with pretrained checkpoint and right one is without

YingkunZhou avatar Apr 10 '23 12:04 YingkunZhou

initialized with pretrained checkpoint

python toolbox.py --model efficientformerv2_l --ckpt weights/eformer_l_450.pth --coreml

initialized without pretrained checkpoint

python toolbox.py --model efficientformerv2_l  --coreml

YingkunZhou avatar Apr 10 '23 12:04 YingkunZhou