-
Notifications
You must be signed in to change notification settings - Fork 20
Issues: pytorch-labs/torchfix
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Recommend
torch.onnx.export(..., dynamo=True)
#95
opened Feb 10, 2025 by
justinchuby
updated Feb 10, 2025
Add doc listing all available error codes and test it's complete
documentation
Improvements or additions to documentation
#6
opened Dec 5, 2023 by
kit1980
updated Nov 22, 2024
Add linter for pretrained parameters for more TorchVision models
good first issue
Good for newcomers
new check
#4
opened Dec 5, 2023 by
kit1980
updated Sep 24, 2024
Add documentation for TorchFix rules
docathon-h1-2024
documentation
Improvements or additions to documentation
easy
#56
opened May 28, 2024 by
kit1980
updated Sep 23, 2024
5 of 10 tasks
Feature needed: configuration for which PyTorch version to target
enhancement
New feature or request
#17
opened Jan 30, 2024 by
kit1980
updated Sep 9, 2024
[New Rule Request] Torchfix should issue a warning when a torch.nn.Module stores its layers in a python list instead of a torch.nn.ModuleList
good first issue
Good for newcomers
new check
#31
opened Mar 13, 2024 by
ssgosh
updated Sep 9, 2024
Feature needed: TorchFix should understand statically types types
enhancement
New feature or request
#38
opened Apr 13, 2024 by
kit1980
updated Sep 9, 2024
Apply TOR901 only to files in test dir
enhancement
New feature or request
#54
opened Apr 29, 2024 by
kit1980
updated Sep 9, 2024
New rule: use
dtype
instead of converting after creation
new check
#58
opened Jun 3, 2024 by
kit1980
updated Sep 9, 2024
ProTip!
Exclude everything labeled
bug
with -label:bug.