You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure why there has LL.get_output(layers[-3], gen_dat), since Eq.(5) just contains the last-two-layer outputs in the paper copied below.
But the LL.get_output(layers[-3], gen_dat) actually refers to the third-to-last layer output. And the loss loss_gen is joined to the model training detailed in the code file CT-GAN/Theano_classifier/CT_MNIST (for convenience, copied below as well).
It seems different from Eq.(5) and makes me confusing. Hope you can give me some help to disentangle this confusion. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I am confused about the implementation in the code file
CT-GAN/Theano_classifier/CT_MNIST
, detailed below,I am not sure why there has
LL.get_output(layers[-3], gen_dat)
, since Eq.(5) just contains the last-two-layer outputs in the paper copied below.But the
LL.get_output(layers[-3], gen_dat)
actually refers to the third-to-last layer output. And the lossloss_gen
is joined to the model training detailed in the code fileCT-GAN/Theano_classifier/CT_MNIST
(for convenience, copied below as well).It seems different from Eq.(5) and makes me confusing. Hope you can give me some help to disentangle this confusion. Thanks in advance.
The text was updated successfully, but these errors were encountered: