A couple of issues #29
Unanswered
junghyun-avikus
asked this question in
Feedbacks-Model Compressor
Replies: 3 comments
-
Oh, auto compression works well thou! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi junghyun-avikus, Sorry for the late reply. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We apologize for the inconvenience. Please delete the existing NetsPresso Python Package and then install it again before using NetsPresso. Thank you. |
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
-
hi, I tried to follow the instructions but then I faces a couple issues.
First, when I tried to use netspresso.compressor API, I get the following error.
Login failed. Error: HTTPConnectionPool(host='127.0.0.1', port=8000): Max retries exceeded with url: /api/v2/login (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f5e643237c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
It seems like the host is local, were there any other steps other than described in the READ.ME?
https://github.com/Nota-NetsPresso/yolov5_nota
Since the API didn't work, I switched to GUI, and I was able to upload my model.
Then I tried to compress the model with Advanced Compression with L2 Norm Pruning,
and I faced the second issue.
I put the numbers with two decimal digits in the Configuration page, but it throws the following error.
The type of the input values should be float, but got ['0.33']. We apologize for the inconvenience, please share your issues in Discussion Forum.
I literally typed 0.33 in the Ratio column, and it seems not converting string to float.
Am I missing something or are they bugs that needs to be fixed?
Beta Was this translation helpful? Give feedback.
All reactions