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

Handle torchvision deprecation warning #78

Closed
alexander-soare opened this issue Apr 17, 2024 · 0 comments · Fixed by #111
Closed

Handle torchvision deprecation warning #78

alexander-soare opened this issue Apr 17, 2024 · 0 comments · Fixed by #111
Assignees

Comments

@alexander-soare
Copy link
Contributor

/home/alexander/anaconda3/envs/lerobot/lib/python3.10/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead.
  warnings.warn(
/home/alexander/anaconda3/envs/lerobot/lib/python3.10/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=ResNet18_Weights.IMAGENET1K_V1`. You can also use `weights=ResNet18_Weights.DEFAULT` to get the most up-to-date weights.
  warnings.warn(msg)
@alexander-soare alexander-soare self-assigned this Apr 17, 2024
@alexander-soare alexander-soare converted this from a draft issue Apr 17, 2024
@aliberts aliberts mentioned this issue Apr 27, 2024
12 tasks
@aliberts aliberts linked a pull request Apr 27, 2024 that will close this issue
12 tasks
@github-project-automation github-project-automation bot moved this from Backlog to Done in Le Robot TODO Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant