Understanding of CVAE_fn.generate_samples

Hello! Help me with submission understanding please. In starter_notebook we see that function CVAE_fn.generate_samples uses only given_y as an argument. Is it valid to generate new samples using given_y and given_x, or we should use only given_y? Thank you

Hi @frideliya you should only be using given_y to generate samples using the CVAE decoder. Happy solving!

Onward Team

1 Like