You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last week @beicy mentioned that Caffe2 has recently added a quantized ResNet50 to the model zoo: https://github.com/caffe2/models/tree/master/resnet50_quantized. Once we support loading quantized models (#1727), we should add quantized resnet to our caffe2 model downloader (utils/download_caffe2_models.sh) and add it to run.sh to test it with image-classifier.
The text was updated successfully, but these errors were encountered:
Last week @beicy mentioned that Caffe2 has recently added a quantized ResNet50 to the model zoo: https://github.com/caffe2/models/tree/master/resnet50_quantized. Once we support loading quantized models (#1727), we should add quantized resnet to our caffe2 model downloader (
utils/download_caffe2_models.sh
) and add it torun.sh
to test it withimage-classifier
.The text was updated successfully, but these errors were encountered: