lishen / end2end-all-conv

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

What is the param "bias-multiplier" in train_patch_clf.sh? #11

Open ChaoLi977 opened 5 years ago

ChaoLi977 commented 5 years ago

In train_patch_clf_im4096_256_3Cls.sh , there is one param for train_patch_clf.py: --bias-multiplier 0.1 . But in patch_clf_train.py, there is not such a parameter. So are the train_image_clf.sh and the image_clf_train.py.

What does this bias-multiplier mean and why the .py files have not this param?