Improve this error message: RuntimeError: Expected from <= to to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.) #65980
Comments
Additional context:For me specifically this error showed up during a hyperparameter search when using RRelu with a "lower" bound larger than the "higher" bound. |
Is this issue still open? It looks like VitalyFedyunin fixed this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add information to this error message which will help an end-user actually figure out what is wrong:
RuntimeError: Expected from <= to to be true, but got false. (Could this error message be improved? If so, please report an enhancement request to PyTorch.)
Motivation
The error message itself told me to ask for an improvement... I cannot find any useful info on this error message through google searching.
The text was updated successfully, but these errors were encountered: