songeater

Results 2 comments of songeater

Hi - trying to implement this and got as far as `another_y_cond, _ = self.y_emb(another_y) ` ...when i got the following error... cant really diagnose what's happening here @heewooj ......

ok think i have a solution... `y_emb()` was calling the positional embedding from the `forward()` function on the underlying `LabelConditioner` class was being called... we dont need that for `another_y`...