Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yusuke-a-uchida committed Oct 29, 2018
1 parent 09c116e commit 6dea1cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ Trained weight files are stored as `checkpoints/weights.*.hdf5` for each epoch i
usage: train.py [-h] --input INPUT [--batch_size BATCH_SIZE]
[--nb_epochs NB_EPOCHS] [--depth DEPTH] [--width WIDTH]
[--validation_split VALIDATION_SPLIT] [--aug]
[--output_path OUTPUT_PATH]

This script trains the CNN model for age and gender estimation.

Expand All @@ -116,6 +117,8 @@ optional arguments:
--validation_split VALIDATION_SPLIT
validation split ratio (default: 0.1)
--aug use data augmentation if set true (default: False)
--output_path OUTPUT_PATH
checkpoint dir (default: checkpoints)
```
### Train network with recent data augmentation methods
Expand Down

0 comments on commit 6dea1cc

Please sign in to comment.