diff --git a/vae/vae_generate.cpp b/vae/vae_generate.cpp index c42c0b2c..9728ab14 100644 --- a/vae/vae_generate.cpp +++ b/vae/vae_generate.cpp @@ -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 */,