Skip to content

Commit

Permalink
missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed May 25, 2020
1 parent 1f917c1 commit b989c7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vae/vae_generate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ int main()
gaussianVaried.col(j)(i) = -1.5 + j * (3.0 / nofSamples);
}

// Forward pass only through the decoder(and Sigmod layer in case of binary).
// Forward pass only through the decoder
// (and Sigmod layer in case of binary).
vaeModel.Forward(gaussianVaried,
outputDists,
3 /* Index of the decoder */,
Expand Down

0 comments on commit b989c7e

Please sign in to comment.