tbcnn.tensorflow icon indicating copy to clipboard operation
tbcnn.tensorflow copied to clipboard

[main.py --training] accuracy max is 72.9%

Open natalymr opened this issue 6 years ago • 1 comments
trafficstars

I wanted to ask if that is ok that after the 70th epoch I got results of accuracy ~=72%?

What I did was:

I run the next command:

python3 main.py --n_classes=104 --training

After the 70th epoch I got such results:

Epoch: 70 Step: 202791 Loss: 0.3750618 Max nodes: 964
Accuracy: 0.7295113505194305

The accuracy didn't improve much after the 13th epoch.

natalymr avatar Apr 28 '19 17:04 natalymr

hi, not sure if you are still interested, but i have just updated the code with clearer instructions and results

bdqnghi avatar Jan 21 '21 12:01 bdqnghi