Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 960 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 960 Bytes

CSC3095 - Evaluating deep learning approaches for perceived age prediction

Usage

python train_age_classification.py/train_age_regression.py --b 512 --lr 0.001 --layers 8 --type 'VGG16' --mode 'finetune'

Datasets

These can be placed in the data folder and processed with the relevant scripts in util/ and face_detection/

Mode

  • pretrain - IMDb-Wiki dataset
  • finetune - ChaLearn Percieved Age V2 dataset

TensorBoard logging

Can be switched on by adding the callbacks paramater to the model.fit() with the callbacks variable

References