RuiShu/vae-clustering

Line 50 in gm_vae.py

Closed this issue · 0 comments

Newbie here. Maybe this is a basic question, but why is it that line 50 in gm_vae.py does

nent = -cross_entropy_with_logits(qy_logit, qy)

Shouldn't we pass in the label, y, as the second parameter?