Skip to content

Commit

Permalink
Distinguish errors and warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman authored Sep 4, 2024
1 parent 16e4d7b commit 4b1667f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ https://github.com/pytorch-labs/torchfix/issues.

New rule codes are assigned incrementally across the following categories:

* **TOR0XX, TOR1XX**: General-purpose `torch` functionality.
* **TOR2XX**: TorchVision features.
* **TOR0XX**: Errors in general-purpose PyTorch usage (e.g. removed function usage).
* **TOR1XX**: Warnings in PyTorch usage (e.g. deprecated functions)
* **TOR2XX**: TorchVision features
* **TOR4XX**: Performance tuning and optimization features (e.g. profiling tools).
* **TOR9XX**: Testing and unstable features.

Expand Down

0 comments on commit 4b1667f

Please sign in to comment.