PVRNet icon indicating copy to clipboard operation
PVRNet copied to clipboard

config.pv_net.train.iter_train == False

Open dustinyzr opened this issue 6 years ago • 4 comments

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!

dustinyzr avatar Nov 17 '19 08:11 dustinyzr

iter_train flag means whether to iteratively train the scoring part and the other part besides the extraction model. In my experiments, I set it to True. From my observation, it empirically gives more chances to output higher performance.

Hxyou avatar Nov 20 '19 01:11 Hxyou

iter_train flag means whether to iteratively train the scoring part and the other part besides the extraction model. In my experiments, I set it to True. From my observation, it empirically gives more chances to output higher performance.

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? Maybe because our different pytorch environment or hardware environment?

dustinyzr avatar Nov 20 '19 02:11 dustinyzr

I guess there is nothing wrong with your code and that's regular fluctuation. Run it several times and see which one is better.

Hxyou avatar Nov 20 '19 02:11 Hxyou

fluctuation

OK! Thank you for your help!!!

dustinyzr avatar Nov 20 '19 03:11 dustinyzr