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
Hello, when I run the code .
When it arrives the line 220 of main_group_vit.py.
for idx, samples in enumerate(data_loader):
it will show the information:
/data/miniconda3/envs/groupvit/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
"Argument interpolation should be of type InterpolationMode instead of int. "
/group/20016/zhangyangqi/debug/GroupViT/datasets/builder.py:105: UserWarning: LookupError("\n**********************************************************************\n Resource \x1b[93mpunkt\x1b[0m not found.\n Please use the NLTK Downloader to obtain the resource:\n\n \x1b[31m>>> import nltk\n >>> nltk.download('punkt')\n \x1b[0m\n For more information see: https://www.nltk.org/data.html\n\n Attempted to load \x1b[93mtokenizers/punkt/PY3/english.pickle\x1b[0m\n\n Searched in:\n - '/usr/local/app/nltk_data'\n - '/data/miniconda3/envs/groupvit/nltk_data'\n - '/data/miniconda3/envs/groupvit/share/nltk_data'\n - '/data/miniconda3/envs/groupvit/lib/nltk_data'\n - '/usr/share/nltk_data'\n - '/usr/local/share/nltk_data'\n - '/usr/lib/nltk_data'\n - '/usr/local/lib/nltk_data'\n - ''\n**********************************************************************\n")
warnings.warn(repr(exn))
/data/miniconda3/envs/groupvit/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
"Argument interpolation should be of type InterpolationMode instead of int. "
/group/20016/zhangyangqi/debug/GroupViT/datasets/builder.py:105: UserWarning: LookupError("\n**********************************************************************\n Resource \x1b[93mpunkt\x1b[0m not found.\n Please use the NLTK Downloader to obtain the resource:\n\n \x1b[31m>>> import nltk\n >>> nltk.download('punkt')\n \x1b[0m\n For more information see: https://www.nltk.org/data.html\n\n Attempted to load \x1b[93mtokenizers/punkt/PY3/english.pickle\x1b[0m\n\n Searched in:\n - '/usr/local/app/nltk_data'\n - '/data/miniconda3/envs/groupvit/nltk_data'\n - '/data/miniconda3/envs/groupvit/share/nltk_data'\n - '/data/miniconda3/envs/groupvit/lib/nltk_data'\n - '/usr/share/nltk_data'\n - '/usr/local/share/nltk_data'\n - '/usr/lib/nltk_data'\n - '/usr/local/lib/nltk_data'\n - ''\n**********************************************************************\n")
warnings.warn(repr(exn))
I do not know what it is and what should I do next?
The text was updated successfully, but these errors were encountered:
Hello, when I run the code .
When it arrives the line 220 of main_group_vit.py.
for idx, samples in enumerate(data_loader):
it will show the information:
/data/miniconda3/envs/groupvit/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
"Argument interpolation should be of type InterpolationMode instead of int. "
/group/20016/zhangyangqi/debug/GroupViT/datasets/builder.py:105: UserWarning: LookupError("\n**********************************************************************\n Resource \x1b[93mpunkt\x1b[0m not found.\n Please use the NLTK Downloader to obtain the resource:\n\n \x1b[31m>>> import nltk\n >>> nltk.download('punkt')\n \x1b[0m\n For more information see: https://www.nltk.org/data.html\n\n Attempted to load \x1b[93mtokenizers/punkt/PY3/english.pickle\x1b[0m\n\n Searched in:\n - '/usr/local/app/nltk_data'\n - '/data/miniconda3/envs/groupvit/nltk_data'\n - '/data/miniconda3/envs/groupvit/share/nltk_data'\n - '/data/miniconda3/envs/groupvit/lib/nltk_data'\n - '/usr/share/nltk_data'\n - '/usr/local/share/nltk_data'\n - '/usr/lib/nltk_data'\n - '/usr/local/lib/nltk_data'\n - ''\n**********************************************************************\n")
warnings.warn(repr(exn))
/data/miniconda3/envs/groupvit/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
"Argument interpolation should be of type InterpolationMode instead of int. "
/group/20016/zhangyangqi/debug/GroupViT/datasets/builder.py:105: UserWarning: LookupError("\n**********************************************************************\n Resource \x1b[93mpunkt\x1b[0m not found.\n Please use the NLTK Downloader to obtain the resource:\n\n \x1b[31m>>> import nltk\n >>> nltk.download('punkt')\n \x1b[0m\n For more information see: https://www.nltk.org/data.html\n\n Attempted to load \x1b[93mtokenizers/punkt/PY3/english.pickle\x1b[0m\n\n Searched in:\n - '/usr/local/app/nltk_data'\n - '/data/miniconda3/envs/groupvit/nltk_data'\n - '/data/miniconda3/envs/groupvit/share/nltk_data'\n - '/data/miniconda3/envs/groupvit/lib/nltk_data'\n - '/usr/share/nltk_data'\n - '/usr/local/share/nltk_data'\n - '/usr/lib/nltk_data'\n - '/usr/local/lib/nltk_data'\n - ''\n**********************************************************************\n")
warnings.warn(repr(exn))
I do not know what it is and what should I do next?
The text was updated successfully, but these errors were encountered: