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

Question on how to set dataset size for training #33

Closed
RBehr opened this issue Jul 2, 2017 · 5 comments
Closed

Question on how to set dataset size for training #33

RBehr opened this issue Jul 2, 2017 · 5 comments

Comments

@RBehr
Copy link

RBehr commented Jul 2, 2017

Dear Mr. Zbontar,

after having gone through the main.lua I can't seem to find the argument which to pass in order so set the size for the dataset on which to train the network. I do know that with "./main.lua kitti fast -a train_tr" I train the network on a subset of the kitti dataset but I would like to do a test just as stated in table 9, pg. 26 of your paper with say just 20% of the entire picture set.
Any help is much appreciated.

Regards,
Raphael.

@jzbontar
Copy link
Owner

You can use the -subset option.

https://github.com/jzbontar/mc-cnn/blob/master/main.lua#L621-L647

@RBehr
Copy link
Author

RBehr commented Jul 11, 2017

so the command would be something like:
'./main.lua kitti2015 slow -a train_tr -subset -200'? for 50% of the kitti2015 dataset since the set itself contains 400 images, correct?
Thank you very much.

@jzbontar
Copy link
Owner

I think it's more like this: ./main.lua kitti2015 slow -a train_tr -subset 0.5

@RBehr
Copy link
Author

RBehr commented Jul 11, 2017

thank you very much!

@RBehr RBehr closed this as completed Jul 11, 2017
@RBehr
Copy link
Author

RBehr commented Jul 23, 2017 via email

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

2 participants