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. Thank you for this amazing work.
I tried to run tutorial_scaler.py, but it says "NameError: name 'GLEstimatorBase' is not defined". My environment is Python3.10 and Torch2.1.0, and I have installed the torch-uncertainty package. Can you tell me why it occurs?
The text was updated successfully, but these errors were encountered:
This is an optional dependency problem that seems to be badly handled. I've issued a fix on the dev branch, but I don't know when it will be available on main or in a release. In the meantime, just download glest with pip install glest to solve the error.
Hello. Thank you for this amazing work.
I tried to run tutorial_scaler.py, but it says "NameError: name 'GLEstimatorBase' is not defined". My environment is Python3.10 and Torch2.1.0, and I have installed the torch-uncertainty package. Can you tell me why it occurs?
The text was updated successfully, but these errors were encountered: