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
On torch==1.9.0, using the simple-resnet-cifar10 model (the default model for uniqueness, but not for similarity or visualization) produces the following warning:
/Users/Brian/dev/env/fifty3/lib/python3.6/site-packages/torch/nn/functional.py:718: UserWarning:
Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ../c10/core/TensorImpl.h:1156.)
The text was updated successfully, but these errors were encountered:
On
torch==1.9.0
, using thesimple-resnet-cifar10
model (the default model for uniqueness, but not for similarity or visualization) produces the following warning:The text was updated successfully, but these errors were encountered: