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
When running the Classification recipe as per the hello world, the stdout helpful insights are diluted in the middle of the same warning again and again:
[...]/python3.9/site-packages/torchvision/transforms/functional.py:364: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
warnings.warn(
I believe this is a bug, and makes the output hard to read (80% garbage)
The text was updated successfully, but these errors were encountered:
When running the Classification recipe as per the hello world, the stdout helpful insights are diluted in the middle of the same warning again and again:
I believe this is a bug, and makes the output hard to read (80% garbage)
The text was updated successfully, but these errors were encountered: