dpressel / rude-carnie

Age detection in Tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

batch size issue when freeze the graph

shangyaowei opened this issue · comments

I have a question about batch size when i freeze the graph, when training the model, the batch size is 128, but when i test the model with only one pic , the batch size is one. but looks like the input tensor shape is fixed at 128*227*227*3 with batch size 128 when freeze the graph. any one can tell me how to work this problem? Thanks a lot!