Home > other >  Tensorflow training accuracy and depth to the network loss never changes
Tensorflow training accuracy and depth to the network loss never changes

Time:11-30

As title, when I was in a deep web training, loss and accuracy never change, loss at around 3.70, accuracy at about 0.02, excuse me, how should solve??

Part of the results are as follows:


` ` `
Epoch: 6
Accuracy loss: 3.6912315:0.02
Epoch: 7
Accuracy loss: 3.6870415:0.02
Epoch: 8
Accuracy loss: 3.6916208:0.02
9 Epoch:
Accuracy loss: 3.685024:0.04
Epoch: 10
Accuracy loss: 3.6890655:0.02


` ` `

CodePudding user response:

In this case you should go to adjust the structure of your network

CodePudding user response:

If your data set has a problem

CodePudding user response:

You solve the problem now?
  • Related