kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.84k stars 930 forks source link

datasets used in model training #265

Open paden118 opened 2 years ago

paden118 commented 2 years ago

I can see from the code that for the ucf101 data set, you directly use the test set as the verification set, but the evaluation model still uses the verification set. How can you use part of the data in the training set as the verification set for training?

Look forward to your answer!

sebyo commented 2 months ago

@paden118 did you find a solution for your question ?