add note about working with larger datasets
This commit is contained in:
parent
c213987859
commit
511ce6af16
1 changed files with 4 additions and 0 deletions
|
@ -41,4 +41,8 @@ env/bin/python3 ./main.py fight
|
|||
|
||||
# score mode -- crank the final numbers, generates graphs under plots/ folder
|
||||
env/bin/python3 ./main.py fight
|
||||
|
||||
# keep in mind that you can download more images, run fight mode, and then
|
||||
# run score mode! the commands are aware of work that's been already done and
|
||||
# will only run the tagger models for the new files
|
||||
```
|
Loading…
Reference in a new issue