hx173149 / C3D-tensorflow

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

how to use every video rather than randomly selected 10 videos for every batch ? #37

Open guiyuliu opened 6 years ago

guiyuliu commented 6 years ago

I read your code , you randomly selected 10 videos rather than loop every video during training 。 I think "input_data.read_clip_and_label()" could do better , if train from scratch

zzy123abc commented 6 years ago

I also find this problem,I think I would write this code again.