lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

How to determine the value of baseline in CaseNet ? #84

Closed hsinming closed 6 years ago

hsinming commented 6 years ago

In line 82 of 'DSB2017/training/classifier/net_classifier_3.py', each nodule's malignancy is adjusted by a baseline, which is set to sigmoid(-30). Could you please explain how to determine this parameter ?

zhan-zhang commented 6 years ago

I believe this parameter is learnable. This is just an initialization for the leaky probability.

hsinming commented 6 years ago

Thanks