Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what are the differences among the 3 split models? #14

Closed
jiandan42 opened this issue Sep 29, 2016 · 2 comments
Closed

what are the differences among the 3 split models? #14

jiandan42 opened this issue Sep 29, 2016 · 2 comments

Comments

@jiandan42
Copy link

There are 3 models for each kind of pretrained models, for example, ucf101-img-vgg16-split1.mat, ucf101-img-vgg16-split2.mat and ucf101-img-vgg16-split3.mat. I find that you set nSplit=1 in the cnn_ucf101_fusion.m. What do the other two models mean and what are the differences among these three model? Thank you for your help.

@abursuc
Copy link
Contributor

abursuc commented Sep 29, 2016

Hi,
The splits correspond to the ones defined by the authors of the UCF 101 dataset. Basically the dataset is split into train and test data three times. The dataset is not so big and this is just a manner to try to see how the models trained on it generalize to various types of the data. You should find out more about it on the UCF 101 web page http://crcv.ucf.edu/data/UCF101.php

@rocksyne
Copy link

@abursuc I have one quick question please. As I have read in a number of literatures, the datasets are usually split in 3.

  • Training set

  • Validation set and

  • Test set.

In the case of the train-test split of UCF101, do we split the Training set into two (Train set and Validation set)? I will be glad if you could give me some guidance on this please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants