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
{{ message }}
This repository has been archived by the owner on May 1, 2023. It is now read-only.
I have installed all the environments according to the readme. When I run this 8-bit quantized code<python compress_classifier.py -a resnet20_cifar ../../../data.cifar10 --resume ../ssl/checkpoints/checkpoint_trained_dense.pth.tar --quantize-eval --evaluate>, I get the following error. How can I solve this problem?
Traceback (most recent call last):
File "compress_classifier.py", line 210, in
main()
File "compress_classifier.py", line 74, in main
args = parser.add_cmdline_args(classifier.init_classifier_compression_arg_parser()).parse_args()
AttributeError: module 'parser' has no attribute 'add_cmdline_args'
https://github.com/NervanaSystems/distiller/wiki/Frequently-Asked-Questions-(FAQ)
The text was updated successfully, but these errors were encountered: