Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MADE masking like tfb.AutoregressiveNetwork #204

Open
jecampagne opened this issue Oct 3, 2022 · 0 comments
Open

MADE masking like tfb.AutoregressiveNetwork #204

jecampagne opened this issue Oct 3, 2022 · 0 comments

Comments

@jecampagne
Copy link

Hello,
Am I right to say that SplitCoupling seems related to the Real NVP simple coupling, and MaskCoupling can implement a chessboard coupling?
And what about the autoregressive MADE like masking strategy, is it implemented somewhere?
I am looking for an equivalent of TF bijectors

        hidden_units = [128, 128]
        bijectors.append(tfb.MaskedAutoregressiveFlow( name ='MAF%d' %i, 
            shift_and_log_scale_fn=tfb.AutoregressiveNetwork(
                params=2, hidden_units=hidden_units, activation=tf.nn.leaky_relu)))

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant