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
Since the CouplingTransform class in nflows.transforms.coupling module only supports a 1-d mask that splits data along the channel dimension, I am wondering how I would go about implementing the alternating checkerboard mask in the RealNVP paper? Should I used the MaskedAffineAutoregressiveTransform in the nflows.transforms.autoregressive instead? Or are there some other methods or classes that I am not aware of?
Also, thank you so much for providing such a clean implementation of flow models in PyTorch!
Sincerely,
Donglin Wang
The text was updated successfully, but these errors were encountered:
Hey Donglin. Nope, unfortunately the checkerboard masking isn't implemented. I'll keep this issue around in case you (or someone else) want to implement it. Cheers, Artur
arturbekasov
changed the title
Question regarding checkerboard mask implementation in RealNVP
Checkerboard masking in RealNVP
Sep 11, 2022
Hi,
Since the
CouplingTransform
class innflows.transforms.coupling
module only supports a 1-d mask that splits data along the channel dimension, I am wondering how I would go about implementing the alternating checkerboard mask in the RealNVP paper? Should I used theMaskedAffineAutoregressiveTransform
in thenflows.transforms.autoregressive
instead? Or are there some other methods or classes that I am not aware of?Also, thank you so much for providing such a clean implementation of flow models in PyTorch!
Sincerely,
Donglin Wang
The text was updated successfully, but these errors were encountered: