OPN icon indicating copy to clipboard operation
OPN copied to clipboard

Finetuning scheme

Open shubhamjha97 opened this issue 6 years ago • 1 comments

How do you finetune on the action recognition datasets? The datasets contain videos. Do you randomly extract frames from the videos? What is the size of the frames that you use?

shubhamjha97 avatar Jan 23 '19 11:01 shubhamjha97

Yes, I randomly select one frame each time. The frame size is 224. The initial learning rate is 0.01, I drop the learning rate by 0.1 when the validation loss does not decrease anymore.

HsinYingLee avatar Jan 23 '19 20:01 HsinYingLee