LossNAN / I3D-Tensorflow

Train I3D model on ucf101 or hmdb51 by tensorflow
Apache License 2.0
112 stars 28 forks source link

validation set and test set issue #27

Open huangchaoxing opened 4 years ago

huangchaoxing commented 4 years ago

When I was reading your code, it seems that you put the test data into the validation process during training, which might not be right. shouldn't we split some data from the training list as the validation set ?

huangchaoxing commented 4 years ago

Also, it seems that the data list used in rgb and optical flow training are all "flow_list"....we shall use rgb_list in rgb case.