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
Describe the bug
I'm getting a warning that is constantly printed with python 3.11. I'm using the PersistentCacheDataset, I suspect that is where the warning is coming from but can't currently breakpoint it. Warning is:
/home/rbrown/miniconda3/lib/python3.11/site-packages/torch/storage.py:315: UserWarning: TypedStorage is deprecated. It will be removed in the future and UntypedStorage will be the only storage class. This should only matter to you if you are using storages directly.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm getting a warning that is constantly printed with python 3.11. I'm using the
PersistentCacheDataset
, I suspect that is where the warning is coming from but can't currently breakpoint it. Warning is:The text was updated successfully, but these errors were encountered: