- Your
ctc_loss
looks straightforward, so there shouldn’t be any issues. - In
kl_tar
:
why are you using kl_inp
(which uses input log_probs
) for creating the kl_tar
? Should it be dependent on the targets
input instead?
ctc_loss
looks straightforward, so there shouldn’t be any issues.kl_tar
:why are you using kl_inp
(which uses input log_probs
) for creating the kl_tar
? Should it be dependent on the targets
input instead?