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
=================================================================
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: