Skip to content
This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Commit 284f729

Browse files
authored
Update README.md
1 parent 536e352 commit 284f729

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ Color (Blue, Green, Red) to Class Name:
6161
### Possible Improvements
6262
----
6363
The sample implementation is very basic and there is immediate opportunity to experiment with:
64-
- Data augmentation (`dataloader.py`)
65-
- Hyperparameters (`train_*.py`)
66-
- Post-processing (`inference_*.py`)
64+
- Data augmentation (`datasets_keras.py`, `datasets_fastai.py`)
65+
- Hyperparameters (`train_keras.py`, `train_fastai.py`)
66+
- Post-processing (`inference_keras.py`, `inference_fastai.py`)
6767
- Chip size (`images2chips.py`)
68-
- Model architecture (`train_*.py`)
68+
- Model architecture (`train_keras.py`, `train_fastai.py`)
6969
- Elevation tiles are not currently used at all (`images2chips.py`)

0 commit comments

Comments
 (0)