Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Orisadek committed Aug 16, 2024
1 parent 43e9c5b commit 8cc2e7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src_cpp/opennnBridge/nerlWorkerOpenNN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ namespace nerlnet
convolutional_layer->set_activation_function((opennn::ConvolutionalLayer::ActivationFunction)(cnn_curr_layer->get_layer_functionality())); // set activation function
// add layer to the neural network
neural_network_ptr->add_layer(convolutional_layer); // add layer to the neural network
std::cout << "ConvolutionalLayer" << std::endl;
break;

}
Expand Down Expand Up @@ -571,7 +570,6 @@ namespace nerlnet
}
curr_layer = curr_layer->get_next_layer_ptr();
}
std::cout << "generate_custom_model_nn end" << std::endl;
}

void NerlWorkerOpenNN::generate_custom_model_aec(std::shared_ptr<opennn::NeuralNetwork> &neural_network_ptr)
Expand Down

0 comments on commit 8cc2e7b

Please sign in to comment.