hx173149 / C3D-tensorflow

C3D is a modified version of BVLC tensorflow to support 3D ConvNets.
MIT License
587 stars 265 forks source link

Training from scratch for sports 1-M #67

Open aliericcantona opened 6 years ago

aliericcantona commented 6 years ago

Hi,

So far,

When running the training code, prints out 0.00 accuracy even after 5000 steps. I was wondering If I have missed anything.

BTW, I used the same code and trained based on UCF 101. It was successful.

aliericcantona commented 6 years ago

Actually I was able to train from scratch by changing number of images per iteration to 100. The problem now is the accuracy on the training data is great but not on the test data. Any clue? May be the test/train split does not do a good job.

Ai-is-light commented 6 years ago

@aliericcantona could you show how do you to change number of images per iteration to 100? where did you change