Skip to content

Commit

Permalink
fixed typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
YIYAYIYAYOUCHENG committed Apr 9, 2024
1 parent dd681b7 commit 4f70b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ usage: deepcover.py [-h] [--model MODEL] [--inputs DIR] [--outputs DIR]

## To start running the Statistical Fault Localization (SFL) based explaining:
```
python ./src/sfl.py --mobilenet-model --inputs data/panda --outputs outs --testgen-size 200
python ./src/deepcover.py --mobilenet-model --inputs data/panda --outputs outs --testgen-size 200
```
`--mobilenet-model` pre-trained keras model

Expand Down

0 comments on commit 4f70b24

Please sign in to comment.