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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -