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

questions about the training of the sppnet #7

Open
CVAPPS24 opened this issue Oct 9, 2019 · 0 comments
Open

questions about the training of the sppnet #7

CVAPPS24 opened this issue Oct 9, 2019 · 0 comments

Comments

@CVAPPS24
Copy link

CVAPPS24 commented Oct 9, 2019

Hi! I am confused about the training of multi-size images. Based on the paper,

In other words, during training we implement the varying-input-size SPP-net by two fixed-size networks that share parameters

we train each full epoch on one network, and then switch to the other one (keeping all weights) for the next full epoch

My interpretion is as below: Provided the epoch number is 15 and the size of training images is classified 3 categories, like 180, 224, 250. In the training process, epoch 0 is trained using images with the size of 180, epoch 1 is trained using images with the size of 224, and epoch 2 is trained with the size of 250. That is, the model is trained using the images with the size of 180, 224, 250 in order, right?

Thanks in advance! Looking forward to your help.

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

1 participant