Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 495 Bytes

effective-train

convolutional neural nets using keras pyTorch in the pursuit of education

log

6-11-18: found dataset, CMU Face Images Dataset (http://archive.ics.uci.edu/ml/datasets/cmu+face+images)

16-11-18: removed all the smaller, broken and 'glichy' images from data set. Reorganised into folders by expression.

20-11-18: added pre-processing script, setup_data.py which pickles the training data with labels

20-5-19: sick of keras. might regret but am switching to pyTorch