forked from tensorflow/models
-
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.
Add notice about implementation discrepancy.
- Loading branch information
Showing
1 changed file
with
7 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,13 @@ REBAR applied to multilayer sigmoid belief networks is implemented in rebar.py a | |
The code is not optimized and some computation is repeated for ease of | ||
implementation. We hope that this code will be a useful starting point for future research in this area. | ||
|
||
## Errata | ||
11/27/2019 | ||
|
||
The _generator_network function has separate paths for the unconditional and conditional generative models. In the conditional generative models code path, the generative model does not have multiple stochastic layers even when n_layers is > 1. My intention was to have multiple stochastic layers in the conditional generative model, however, due to a bug this is not how it was implemented. As the code is currently, with the conditional generative model and n_layers > 1, the recognition network has multiple stochastic layers, but the generative model has a single stochastic layer. | ||
|
||
Hai-Tao Yu ([email protected]) discovered this issue. | ||
|
||
## Quick Start: | ||
|
||
Requirements: | ||
|