yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.47k stars 503 forks source link

Train network with recent data augmentation methods #77

Open zinebFathii opened 5 years ago

zinebFathii commented 5 years ago

Hi.. i have 2 Qst: The first is: what should we expect after running this command: python3 train.py --input data/imdb_db.mat because it took a lot of time without giving any output.

the seconde one is: i ran this command 3 days ago and it's still running.. knowingly that our computer RAM & CPU are suitable! image

yu4u commented 5 years ago

I recommend to use a GPU in training. You might be able to use GPU with Google Colaboratory. In training, it might be better to use ADAM optimizer using the following arguments --opt adam --lr 0.001.