TalwalkarLab / leaf

Leaf: A Benchmark for Federated Settings
BSD 2-Clause "Simplified" License
852 stars 244 forks source link

[Suggestion] Change Image.ANTIALIAS to Image.LANCZOS in FEMNIST/data_to_json.py #64

Open isaacveg opened 6 months ago

isaacveg commented 6 months ago

In the newest versions of Pillow, the Image.ANTIALIAS has been deprecated.

It has changed its name to LANCZOS with the same function as before.

Detailed information here