-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add documentation for TorchFix rules #56
Comments
I would like to take up |
Hey @kit1980, I would like to work on the issue under the Docathon-2024
|
@swayam0322 -- use / assigntome to make sure that the issue is assigned to you |
|
But please mention the specific items from the list to you want to do. |
Hey @kit1980 I can work on the following tasks of the issue: TOR101 Use of deprecated function
The rest
Let me know if it's okay for me to work on these, and I can send in a PR. Cheers! |
@sshkhr You don't need to ask. Just check that there is no overlap with what others already commented on. |
Add documentation for the rules to the https://github.com/pytorch-labs/torchfix/blob/main/README.md, see the existing file for examples.
If you what to work on a task, please comment on this issue and link your PR when you have it.
TOR101 Use of deprecated function
torch.chain_matmul
torch.cholesky
torch.qr
torch.range
The rest
torch.load
withoutweights_only
parameter is unsafepretrained
parameters in TorchVision modelsv2.ToTensor()
is deprecatedThe text was updated successfully, but these errors were encountered: