HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unsupervised loss weight

FrankWuuu opened this issue · comments

In this project, the consistency_weight is set to 0.1,while in Cross-Consistency Training https://github.com/yassouali/CCT/blob/master/configs/config.json,it was set to 30.
Maybe it is different. I'm NOT sure whether it influence the result or not.