diff --git a/source/poet.cpp b/source/poet.cpp index f827121..61fad72 100644 --- a/source/poet.cpp +++ b/source/poet.cpp @@ -164,7 +164,6 @@ int main() arma::mat h = layer->toHiddenProbs(v); arma::mat r = layer->toVisibleProbs(h); - r = layer->upDownPass(v); layer->params().gibbsDoSampleHidden = false; layer->params().gibbsDoSampleVisible = false;