Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 authored Oct 16, 2024
1 parent f45c0ae commit 130e135
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ You can run SelfClean in a few lines of code:
```python
from selfclean import SelfClean

selfclean = SelfClean()
selfclean = SelfClean(
# displays the top-7 images from each error type
# per default this option is disabled
plot_top_N=7,
)

# run on pytorch dataset
issues = selfclean.run_on_dataset(
Expand Down

0 comments on commit 130e135

Please sign in to comment.