forked from pyro-ppl/pyro
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fixed minor bug in MADE mask encoding * More flexible MADE implementation * Forgot to import numpy * Change dimension to dim in arguments * PEP8 and isort * Split long line for PEP8 * Fixed trailing whitespace * Newline at end of file? * Rewrote MADE in Torch, and adjusted test * Variable name changes, change to how mask is produced * Turning off skip connections by default * Fixed PEP8 * Added in test for masks * Fixed bugs in mask test * Removed debug lines * Test for skip connections mask * Neeraj's type comments * PEP8 * Comment about mask structure and checking hidden dim * Fixed assert * Changed assert to raising a ValueError exception * Reverting to using type_as when creating mask * Type of arange * Debugging decoupling AutoregressiveNN from IAF * Updated everything using InverseAutoregressiveFlow * PEP8 * Changed how MADE is imported * Syntax error in IAF docs * Adjusted IAF docs a little * Fixed doctest problem * Fixed some of the doc issues after code review * AutoRegressiveNN takes parameter dimension list * Fixed bug when only one parameter of dim > 1 * Fixed torch.unbind error * PEP8 * Added nonlinearity example to docstring * Describe default param_dims and range of output in AutoRegressiveNN * New versions of IAF * Changed to iaf.py * Separated out flow tests from nn ones and new test for inverse for both types of IAF * Docstrings and PEP8 * Fixed test * Masked Autoregressive Flow * Fixed MAF * PEP8 * Typo * 'NeuralAutoregressiveFlow' * Bug fix in AutoIAFGuide * Better fix to the bug * Removed update_module_params
- Loading branch information
1 parent
4b664ee
commit c98a2c2
Showing
2 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters