onnx model compression error #33
Unanswered
olegkorzun
asked this question in
Feedbacks-Model Compressor
Replies: 1 comment
-
Hello, @olegkorzun. Since the model you're trying to upload is ONNX, please check that the framework is entered as ONNX. Let us know if we can help you further. Thank you Byeongman Lee |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My onnx model based on MobileNetV2 with CIFAR100 dataset. Input tensor float32[1,3,32,56] format ONNX v6, produced by pytorch 2.4.0
I'm trying to compress model in manual mode.
Receive error in upploading model phase:
ERROR | netspresso.compressor.v2.compressor:upload_model:149 - Upload model failed. Error: {'data': {'origin': 'service', 'error_log': '', 'link': None}, 'error_code': 'CS40018', 'name': 'NotValidFrameworkException', 'message': 'The framework is not valid. Please check your framework.'}
Beta Was this translation helpful? Give feedback.
All reactions