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'm getting this error in /eagerpy/astensor.py", line 56, in astensor:
raise ValueError(f"Unknown type: {type(x)}")
ValueError: Unknown type: <class 'tuple'>
How to resolve the issue.
The text was updated successfully, but these errors were encountered:
I'm getting this error in /eagerpy/astensor.py", line 56, in astensor:
raise ValueError(f"Unknown type: {type(x)}")
ValueError: Unknown type: <class 'tuple'>
How to resolve the issue.
The text was updated successfully, but these errors were encountered: