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

Can i know the training environment? #39

Closed
seongkyun opened this issue Oct 30, 2018 · 3 comments
Closed

Can i know the training environment? #39

seongkyun opened this issue Oct 30, 2018 · 3 comments

Comments

@seongkyun
Copy link

seongkyun commented Oct 30, 2018

I wanna train and get weight file of rfb mobilenet ssd model end-to-end by myself.
Should I need to load pretrained feature extractors weights? Then how can i get that weight file?
Can i know the training environment like epoch, learning rate, scheduler and learning decaying parameters?

@lupotto
Copy link

lupotto commented Oct 31, 2018

Hi @seongkyun,

Should I need to load pretrained feature extractors weights? Then how can i get that weight file?

You can either train from scratch or with pre-trained weights.

Then how can i get that weight file?

The weights are located on the main page of the repository, need to click on the accuracy (in blue).

Can i know the training environment like epoch, learning rate, scheduler and learning decaying parameters?

You can specify all this parameters in the cfg file.

Cheers!

@seongkyun
Copy link
Author

seongkyun commented Oct 31, 2018

Thank you, @lupotto .
I have another question.
Then, the training specifications in cfg file is for end-to-end(from scratch) training or with pre-trained backbone network training?

I mean, if i train net by myself from scratch with only cfg training specifications, then can I get same accuracy on main page results?

@lupotto
Copy link

lupotto commented Nov 6, 2018

Then, the training specifications in cfg file is for end-to-end(from scratch) training or with pre-trained backbone network training?

What I know is that the weights that they provide are end-to-end. If they trained with pre-trained weights or not I don't know, you have to ask them.

I mean, if i train net by myself from scratch with only cfg training specifications, then can I get same accuracy on main page results?

I am not 100% sure because I trained from scratch with my own dataset so I didn't check if the results correspond to the numbers that the repository claim.

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