ColeMurray / age-gender-estimation-tutorial

Tutorial for creating multi-task age and gender estimator in Tensorflow
40 stars 14 forks source link

Where is the model created? #16

Closed FranciscoSola closed 5 years ago

FranciscoSola commented 5 years ago

Hi Cole, thanks for the tutorial.

I'm a little bit confused about the model we should create. I don't know what path I should use in the parameter --model-cnn when training, I mean I don't have a model file. How do I create it? I found the model-cnn.py file but it contains just some definitions of functions.

Thanks for your help!

ColeMurray commented 5 years ago

Hello @FranciscoSola ,

The parameter needed to provide is model-dir. This should be a location where you want to save the model and checkpoints. https://github.com/ColeMurray/age-gender-estimation-tutorial/blob/master/bin/train.py#L16

FranciscoSola commented 5 years ago

Thank you! I could solve it