ColeMurray / age-gender-estimation-tutorial

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

problem during export model #7

Closed RiccardoForniz closed 4 years ago

RiccardoForniz commented 5 years ago

Hello everyone, i have a problem during the export, i got an error as the following:

line 480, in build_all_signature_defs '{}'.format(type(export_outputs))) ValueError: export_outputs must be a dict and not<class 'NoneType'>

i used your scripts for the entire process, the only difference is that, i don't use Doker. Did i make any mistakes?

Thanks guys Ric

ColeMurray commented 5 years ago

@RiccardoForniz,

Can you provide additional context on how to reproduce the issue and what commands you ran?