himashi92 / vizviva_brats_2021

[Brainlesion 2021] Official PyTorch Implementation for Reciprocal Adversarial Learning for Brain Tumor Segmentation: A Solution to BraTS Challenge 2021 Segmentation Task
MIT License
20 stars 3 forks source link

the compute of LDS is wrong #14

Closed yexxx closed 10 months ago

yexxx commented 10 months ago

the d in vat_loss will not update when delta_kl.backward(), need to add this line to update d.

image