Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Orisadek committed Aug 16, 2024
1 parent 8cc2e7b commit 56b92d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src_cpp/opennnBridge/nerlWorkerOpenNN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ namespace nerlnet
void NerlWorkerOpenNN::generate_custom_model_nn(std::shared_ptr<opennn::NeuralNetwork> &neural_network_ptr)
{
shared_ptr<NerlLayer> curr_layer = _nerl_layers_linked_list;
std::cout << "generate_custom_model_nn" << std::endl;
while(curr_layer)
{
int layer_type = curr_layer->get_layer_type();
Expand Down

0 comments on commit 56b92d5

Please sign in to comment.