Skip to content

nb_ch06_04.ipynb #16

Description

@VV20192019

TFP Version 0.16.0
TF Version 2.8.0

Model: "real_nvp"


Layer (type) Output Shape Param #

=================================================================
Total params: 0
Trainable params: 0
Non-trainable params: 0

    self.net = tfb.real_nvp_default_template([h, h])
    for i in range(num_blocks):
        net = tfb.real_nvp_default_template([h, h])#BUG
        bijectors.append(
            tfb.RealNVP(shift_and_log_scale_fn=self.net,
                        num_masked=num_masked))  # E

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions