Skip to content

Commit

Permalink
Update README.md (tensorflow#7871)
Browse files Browse the repository at this point in the history
Add notice about implementation discrepancy.
  • Loading branch information
gjtucker authored Apr 24, 2020
1 parent fcb2472 commit dda6029
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions research/rebar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dda6029

Please sign in to comment.