MiguelMonteiro / CRFasRNNLayer

Conditional Random Fields as Recurrent Neural Networks (Tensorflow)
MIT License
82 stars 20 forks source link

abouttheta_alpha, theta_beta, theta_gamma #19

Closed KingZZW closed 5 years ago

KingZZW commented 5 years ago

Hi Migul,

For the 3D medical image BraTS 2015, what do you think theta_alpha, theta_beta, theta_gamma should be set to?

Thanks,

MiguelMonteiro commented 5 years ago

Hello,

Those parameters are hard to set. The best way to go about it would be with cross-validation. Please refer to my paper before attempting to use on 3D medical images as it might not be the best choice.

Best,

Miguel