We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example reproduction:
(tkml) jfowers@LAPTOP-5VK03G46:~/onnxmodelzoo/toolchain/models/torchvision/skip$ turnkey ssdlite320_mobilenet_v3_large.py --analyze-only
Models discovered during profiling: ssdlite320_mobilenet_v3_large.py: model (executed 1x - 0.06s) Model Type: Pytorch (torch.nn.Module) Class: SSDLiteFeatureExtractorMobileNet (<class 'torchvision.models.detection.ssdlite.SSDLiteFeatureExtractorMobileNet'>) Location: /home/jfowers/miniconda3/envs/tkml/lib/python3.8/site-packages/torchvision/models/detection/_utils.py, line 461 Parameters: 3,546,992 (13.53 MB) Input Shape: 'Positional Arg 1': (1, 3, 320, 320) Hash: 7b1ed851 Build dir: /home/jfowers/.cache/turnkey/ssdlite320_mobilenet_v3_large_torchvision_40d8a795 model (executed 1x - 0.09s) Model Type: Pytorch (torch.nn.Module) Class: SSD (<class 'torchvision.models.detection.ssd.SSD'>) Location: /home/jfowers/miniconda3/envs/tkml/lib/python3.8/site-packages/torchvision/models/detection/ssdlite.py, line 331 Parameters: 5,198,540 (19.83 MB) Input Shape: 'images': (1, 3, 224, 224) Hash: 40d8a795 Build dir: /home/jfowers/.cache/turnkey/ssdlite320_mobilenet_v3_large_torchvision_40d8a795 Woohoo! The 'benchmark' command is complete.
Desired behavior: Only one model should be discovered.
Full list of model scripts that have this behavior:
cc @danielholanda
The text was updated successfully, but these errors were encountered:
danielholanda
No branches or pull requests
Example reproduction:
(tkml) jfowers@LAPTOP-5VK03G46:~/onnxmodelzoo/toolchain/models/torchvision/skip$ turnkey ssdlite320_mobilenet_v3_large.py --analyze-only
Desired behavior: Only one model should be discovered.
Full list of model scripts that have this behavior:
cc @danielholanda
The text was updated successfully, but these errors were encountered: