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
ValueError: dictionaryupdatesequenceelement#0 has length 1; 2 is required
The issue is that torch.float32.__reduce_ex__ returns just a string and not a tuple. This is allowed by the pickle API but not handled right by PyYAML.
The text was updated successfully, but these errors were encountered:
produces
The issue is that
torch.float32.__reduce_ex__
returns just a string and not a tuple. This is allowed by the pickle API but not handled right byPyYAML
.The text was updated successfully, but these errors were encountered: