MRzzm / action-recognition-models-pytorch

The models of action recognition with pytorch
MIT License
208 stars 60 forks source link

LRCNs 参数量 #4

Open catherinezll95 opened 5 years ago

catherinezll95 commented 5 years ago

请问在LRCNs代码中,按照论文要求,hidden num=256,代码中layer number==hidden num,因此layer num =256. 我将ResNet-101修改为了Resnet-50,发现参数量接近158M,请问这样有问题吗?