tbcnn.tensorflow
tbcnn.tensorflow copied to clipboard
[main.py --training] accuracy max is 72.9%
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.
hi, not sure if you are still interested, but i have just updated the code with clearer instructions and results