tensorflow - when I train the Inception V3, the train loss keep high (about 8-9),but the test loss gradually decreased -


first, made tfrecord formatted data set,then generate image batch , label batch.

then began train inception v3 model,but train loss keep high (about 8-9),but test loss gradually decreased.

can tells me what's wrong?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -