-
Notifications
You must be signed in to change notification settings - Fork 8
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
config.pv_net.train.iter_train == False #9
Comments
iter_train flag means whether to iteratively train the scoring part and the other part besides the extraction model. |
Yes, but I saw in the paper the train strategy is that we fix the extraction model in the first 10 epochs, then train the whole model in the other epochs. So I am confused. So the conclusion is that iteratively train is better than then above strategy? So, about the result, did I make something wrong in using your code? |
I guess there is nothing wrong with your code and that's regular fluctuation. |
OK! Thank you for your help!!! |
Sorry to bother you!
Should this function be TRUE or FALSE?
In the paper PVRNet, in the first 10 epochs,the feature extraction model is fixed and only finetune the other part.
And if 'config.pv_net.train.iter_train == True:',I only got a result of 92.0%+,but not 93.6%
if I change this line to False, the result can be 93.1% but still not 93.6%
Did I make something wrong in using your code?
Thank you for your reply!
The text was updated successfully, but these errors were encountered: