kenshohara / 3D-ResNets-PyTorch

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

Why is opt.n_val_samples 3 #271

Open YTHmamba opened 2 years ago

YTHmamba commented 2 years ago

I found that when fine-tuning UCF101, split1 partition was used to verify that the number in the dataset was 11349 instead of 3783, and why was batchsize opt.batch_size // opt.n_val_samples?

fang520zhu commented 1 month ago

Hello, I have also encountered the same problem. Do you know why