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 implementation in this repo has three known differences.
There is only a single G block between each ConvGRU
Zsp input channels has to match the input channels from the conditioning stack, instead of the conditioning stack having half the channels of the latent space
The number of channels from the 3x3 conditioning stack outputs does not exactly match the paper, and changes the number of channels to match the diagram.
Context
These differences could be important in training the model. While the current implementation is quite close and almost entirely follows the paper, these differences could be quite important.
The text was updated successfully, but these errors were encountered:
Detailed Description
The paper's diagram of the model is this:
The implementation in this repo has three known differences.
Context
These differences could be important in training the model. While the current implementation is quite close and almost entirely follows the paper, these differences could be quite important.
The text was updated successfully, but these errors were encountered: