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
When I tried to run this code on CIFAR-10, I discovered several problems caused by version incompatibilty, for example, the parameter 'async = true' cannot be set; the function .tomsgpack() didn't work cuz msgpack has already been removed in recent pandas.
Could anyone plz post a list of the version(s) of packages used in the project? (e.g. python, pandas, pytorch) Thanks~~
The text was updated successfully, but these errors were encountered:
When I tried to run this code on CIFAR-10, I discovered several problems caused by version incompatibilty, for example, the parameter 'async = true' cannot be set; the function .tomsgpack() didn't work cuz msgpack has already been removed in recent pandas.
Could anyone plz post a list of the version(s) of packages used in the project? (e.g. python, pandas, pytorch) Thanks~~
The text was updated successfully, but these errors were encountered: