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
Where X must have dims [BATCH, SEQ_LEN, INPUT_SIZE] and so X_tilde but X_tilde is generated using a RNN + FC (even if the paper stated that only a FC was used) so the output is a two dims vector [BATCH, INPUT_SIZE] since it is defined as
Dear all,
In the TimeGAN implementation you define the reconstruction loss as:
tsgan/alg/timegan/tgan.py
Line 233 in a39f211
Where X must have dims
[BATCH, SEQ_LEN, INPUT_SIZE]
and soX_tilde
butX_tilde
is generated using aRNN + FC
(even if the paper stated that only a FC was used) so the output is a two dims vector[BATCH, INPUT_SIZE]
since it is defined asTherefore the dimensions are wrong and the loss is not complete. Am I wrong?
Thank you,
Francesco Saverio Zuppichini
The text was updated successfully, but these errors were encountered: