kenshohara / 3D-ResNets-PyTorch

3D ResNets for Action Recognition (CVPR 2018)
MIT License
3.88k stars 930 forks source link

fixed for use of efficient memory #235

Open titania7777 opened 3 years ago

titania7777 commented 3 years ago

i think there is no need to update of "the other parameters" except "target parameters"(such as fc) when during the fine-tune so i just turn off the requires_grad option of the tensors that don't need to be updated