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
RuntimeError: [Error thrown at ./core/conversion/var/Var_inl.h:38] Expected ivalue->isInt() to be true but got falseRequested unwrapping of arg IValue assuming it was l however type is NoneType
Bug Description
(Related to #1087 which works for me, but this bug still remains).
I'm working with EfficientDet, and I'm having an issue during compilation with this line:
which gives the error
The solution was to change the code above to
I have a MWE to reproduce the issue below.
To Reproduce
Run the following, which outputs the same error as shown above.
Expected behavior
No error message, should print an tensor as output.
Environment
conda
,pip
,libtorch
, source): pipThe text was updated successfully, but these errors were encountered: