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
The diagram in the paper suggests the use of LSTM units in the GAN model. But in your code you are using blocks of linear layers in the critic and the generator. Why is that so ?
The diagram in the paper suggests the use of LSTM units in the GAN model. But in your code you are using blocks of linear layers in the critic and the generator. Why is that so ?