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
/Users/kaniuth/Desktop/extractivations/conda_env/lib/python3.8/site-packages/torchvision/transforms/transforms.py:332:
UserWarning: Argument interpolation should be of type InterpolationMode instead of int.
Please, use InterpolationMode enum. warnings.warn(
The pipeline seems to continue normally; I can extract and save activations just fine. I just don't know whether that warning has any consequences on the extracted activations?
That warning did not occur with earlier versions of THINGSvision.
The text was updated successfully, but these errors were encountered:
OS: macOS 10.14.6 (18G9323) (I know... ask my IT why)
I created and activated a fresh conda env using the environment.yml. I did not install any additional packages.
everything works as expected until I execute
Which outputs:
/Users/kaniuth/Desktop/extractivations/conda_env/lib/python3.8/site-packages/torchvision/transforms/transforms.py:332: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum. warnings.warn(
The pipeline seems to continue normally; I can extract and save activations just fine. I just don't know whether that warning has any consequences on the extracted activations?
That warning did not occur with earlier versions of THINGSvision.
The text was updated successfully, but these errors were encountered: