-
- Downloads
Bypass Torchvision MobileNet v2 ONNX-export bug
A temporary monkey-patch to get past this Torchvision bug: https://github.com/pytorch/pytorch/issues/20516 To trigger, try exporting mobilenet v2 to ONNX: time python3 compress_classifier.py --arch=mobilenet_v2 --pretrained ${IMAGENET_PATH} --export-onnx
Please register or sign in to comment