enviroments:
- ubuntu 16.04
- pip install -r requirement2.1.txt
commad
- age and gender
python test.py -g -white -se -i data/Age_Gender/ -m model/c3ae_model_v2_fp16_white_se_132_4.208622-0.973
- only age
python test.py -se -i data/Age_Gender -m model/c3ae_imdb_v89.h5
result compare
- age and gender result

- only age result

I changed the single image test to batch images test for average precision.but the same test data but the results are very different.
Is it the parameters configuration problem or the model problem?
enviroments:
commad
python test.py -g -white -se -i data/Age_Gender/ -m model/c3ae_model_v2_fp16_white_se_132_4.208622-0.973
python test.py -se -i data/Age_Gender -m model/c3ae_imdb_v89.h5
result compare
I changed the single image test to batch images test for average precision.but the same test data but the results are very different.
Is it the parameters configuration problem or the model problem?