Skip to content

Commit dda6029

Browse files
authored
Update README.md (tensorflow#7871)
Add notice about implementation discrepancy.
1 parent fcb2472 commit dda6029

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

research/rebar/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ REBAR applied to multilayer sigmoid belief networks is implemented in rebar.py a
1616
The code is not optimized and some computation is repeated for ease of
1717
implementation. We hope that this code will be a useful starting point for future research in this area.
1818

19+
## Errata
20+
11/27/2019
21+
22+
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.
23+
24+
Hai-Tao Yu ([email protected]) discovered this issue.
25+
1926
## Quick Start:
2027

2128
Requirements:

0 commit comments

Comments
 (0)