Ground truth in forward pass?
Constantin771 opened this issue · 0 comments
Constantin771 commented
Hello, first of all thank you for the code!
I have a question about the forward pass in the srVAE model:
srVAE/src/models/srvae/srvae.py
Lines 178 to 195 in dfee765
It looks like p_x gets the ground truth y as input. Should this not be the y that is predicted by p_y instead?
Best regards!