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
I intended to use this method on complex numbers and it turned out with a error message like:
File "optimizer.py", line 433, in <listcomp> * torch.randint_like( RuntimeError: check_random_bounds handles only integral, floating-point and boolean types
I'm wondering if it's possible to improve this for complex numbers? Thanks.
Ni
The text was updated successfully, but these errors were encountered:
Hi authors,
I intended to use this method on complex numbers and it turned out with a error message like:
File "optimizer.py", line 433, in <listcomp> * torch.randint_like( RuntimeError: check_random_bounds handles only integral, floating-point and boolean types
I'm wondering if it's possible to improve this for complex numbers? Thanks.
Ni
The text was updated successfully, but these errors were encountered: