mean-teacher icon indicating copy to clipboard operation
mean-teacher copied to clipboard

Problems caused by version incompatibility

Open AirOllie opened this issue 2 years ago • 1 comments

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

AirOllie avatar Aug 23 '21 06:08 AirOllie

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

gld17 avatar Aug 25 '21 10:08 gld17