-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Description
Hi there,
I have been using your Normalizing Flows codes for variational inference. When I use the two different flows: SlowMAF and MAF, the quality of these two results are very different (Slow version is much better than the Masked version). I guess it may be caused by the inproper use of MADE, which I set
self.net = MADE(in_dim, [hidden_dim, hidden_dim, hidden_dim], out_dim, num_masks=1, natural_ordering=True)
with simply 1 masks using the original order. All the other hyperparameters are stayed unchanged. But I observed the computational efficiency is much improved.
So can you tell me what details did I miss for the result?
Much appreciated,
Xuebin.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels