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
Hello, great work! However, I came across the error 'NameError: name 'LSQObserver' is not defined' when I try this code. Could you please correct it?
I can not find any LSQObserver defined in this repo.
The text was updated successfully, but these errors were encountered:
@DeadAt0m Thank you very much. I successfully run the demo with init_mode = 'observer'. However, when I switch to init_mode = 'learnable'. A error raises. Do you successfully run with 'learnable' init_mode? I want to find out whether it is my environment problem or not.
torchlsq/quantized/modules/observers.py", line 176, in init
assert inspect.isclass(observer), 'awaited Observer class not instance or function wrapper'
Hello, great work! However, I came across the error 'NameError: name 'LSQObserver' is not defined' when I try this code. Could you please correct it?
I can not find any LSQObserver defined in this repo.
The text was updated successfully, but these errors were encountered: