Skip to content

Commit

Permalink
Update typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jvwilliams23 authored Feb 20, 2023
1 parent aabe00c commit a7996b7
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 @@ -25,7 +25,7 @@ To retrain a CNN on some data you have available, add the paths to the images an
```
These will then be split into train and validation sets (which are saved as `train_cases.txt` and `val_cases.txt`). Also you can edit any hyperparameters defined in `trainconfig.json` and run
```bash
python3 train.py
python train.py
```

### Using a CNN to segment an image
Expand Down

0 comments on commit a7996b7

Please sign in to comment.