diozhug commited on
Commit
629793e
1 Parent(s): 02033fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -13,10 +13,9 @@ There are 2 models available:
13
  - trash-classification-no-aug.keras
14
  - trash-classification-aug.keras
15
 
16
- The `trash-classification-no-aug.keras` model trained with no (or minimum) data augmentation:
17
  ```python
18
  datagen = ImageDataGenerator(
19
- rescale=1./255,
20
  validation_split=0.2
21
  )
22
  ```
 
13
  - trash-classification-no-aug.keras
14
  - trash-classification-aug.keras
15
 
16
+ The `trash-classification-no-aug.keras` model trained without data augmentation:
17
  ```python
18
  datagen = ImageDataGenerator(
 
19
  validation_split=0.2
20
  )
21
  ```