lishen / end2end-all-conv

Deep Learning to Improve Breast Cancer Detection on Screening Mammography
Other
367 stars 126 forks source link

Unclear Pretrained steps #22

Open GNovich opened 4 years ago

GNovich commented 4 years ago

In the publication https://www.nature.com/articles/s41598-019-48995-4 you mentioned the 3-stage training strategy ment top layer number is set to "46" for Resnet50.

I saw not documentation of this here. By 46, are you reffering to 'res3a_branch1' (deduced from net.layers[46].name)? What criteria was used to settle on this layer?

tnx.