diff --git a/source/poet.cpp b/source/poet.cpp index e83c0a4..0b31afd 100644 --- a/source/poet.cpp +++ b/source/poet.cpp @@ -140,14 +140,6 @@ int main(int argc, char *argv[]) #if DO_SAVE_PROJECT_AFTER_TRAINING stack->save("."); #endif - printf("Curr\n"); - for (int i=0; i < batch.n_rows; i++) - { - arma::mat curr = stack->to_curr(batch.row(i)); - char c = Matutils::vec2char(curr); - putchar(c); - } - printf("\n"); } if (command == Command::Forward)