Eman Ahmed

Results 1 comments of Eman Ahmed

Hi, I managed to save model in **saved_results** directory. However, i am unable to load the model using ``` from neural_compressor.utils.pytorch import load q_model = load('neural-compressor/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/fx/saved_results', 'neural-compressor/examples/pytorch/nlp/huggingface_models/translation/quantization/ptq_dynamic/fx/saved_results/best_model.pt') ``` Even tried...