Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use named tensors in simple-resnet-cifar10 model #84

Open
brimoor opened this issue Aug 11, 2021 · 0 comments
Open

Don't use named tensors in simple-resnet-cifar10 model #84

brimoor opened this issue Aug 11, 2021 · 0 comments
Labels
enhancement Code enhancement

Comments

@brimoor
Copy link
Contributor

brimoor commented Aug 11, 2021

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.)
@brimoor brimoor added the enhancement Code enhancement label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Code enhancement
Projects
None yet
Development

No branches or pull requests

1 participant