bcmi / CaGNet-Zero-Shot-Semantic-Segmentation

Code for our ACMMM2020 paper "Context-aware Feature Generation for Zero-shot Semantic Segmentation".
233 stars 14 forks source link

Is it correct for D_gp maintaining [nan] in training period? #14

Closed Zealoe closed 3 years ago

Zealoe commented 3 years ago

In Pascal VOC training period, the value of D_gp is always [nan]. Is it correct? Thanks!

Siyuan-Zhou commented 3 years ago

@Zealoe Yes, it is correct. D_gp is not nan when the adversarial loss type is 'wgan_gp' in the config file. Actually, we never use 'wgan_gp', so D_gp remains [nan].