Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
killthekitten authored Mar 4, 2018
1 parent 1c03b9c commit f7989ee
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 @@ -7,7 +7,7 @@ I did almost no changes to the original code, except for:
* Everything custom in `bowl_config.py` and `bowl_dataset.py`.
* `VALIDATION_STEPS` and `STEPS_PER_EPOCH` are now forced to depend on the dataset size, hardcoded.
* `multiprocessing=False`, hardcoded.
* [@John1231983]'s changed from [this PR](https://github.com/killthekitten/kaggle-ds-bowl-2018-baseline/pull/1).
* [@John1231983](https://github.com/John1231983)'s changes from [this PR](https://github.com/killthekitten/kaggle-ds-bowl-2018-baseline/pull/1).
* Added `RESNET_ARCHITECTURE` variable to the config (`resnet50` or `resnet101` while 101 comes with a default config).

## Quick Start
Expand Down

0 comments on commit f7989ee

Please sign in to comment.