C3D-tensorflow
C3D-tensorflow copied to clipboard
how to use every video rather than randomly selected 10 videos for every batch ?
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
I also find this problem,I think I would write this code again.