facebookresearch / ConvNeXt

Code release for ConvNeXt model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What version of Pillow should I use?

Manteejike opened this issue · comments

When I run 'ImageNet-1K Training' in terminal,it turns out warning:
warnings.warn(
/home/username/anaconda3/envs/ConvNeXt/lib/python3.8/site-packages/torchvision/transforms/functional.py:364: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.

It seems to be the Pillow'version problem,it's useless when I update my Pillow version to 9.1.0
Could you tell me what version of Pillow should I use,Thank you very much