Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems caused by version incompatibility #54

Open
AirOllie opened this issue Aug 23, 2021 · 1 comment
Open

Problems caused by version incompatibility #54

AirOllie opened this issue Aug 23, 2021 · 1 comment

Comments

@AirOllie
Copy link

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~~

@gld17
Copy link

gld17 commented Aug 25, 2021

For the problem about .to_msgpack(), it demands pandas version <0.25.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants