Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #186 from pangge/master
Browse files Browse the repository at this point in the history
Landmark:  creating  anakin v0.1.0 for publicity
  • Loading branch information
pangge committed Jul 3, 2018
2 parents 275c28e + 7856530 commit 8ef1880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/framework/net/net_exec_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ TEST(NetTest, net_execute_base_test) {

// restnet 101
//auto tensor_out_0_p = net_executer.get_out("elementwise_add_0.tmp_0_out");
auto tensor_out_0_p = net_executer.get_out("prob_out");
//auto tensor_out_0_p = net_executer.get_out("prob_out");

//auto tensor_out_0_p = net_executer.get_out("detection_output_0.tmp_0_out");
auto tensor_out_0_p = net_executer.get_out("detection_output_0.tmp_0_out");

// get out result
//LOG(WARNING)<< "result avg: " << tensor_average(tensor_out_0_p);
Expand Down

0 comments on commit 8ef1880

Please sign in to comment.