Skip to content

Commit

Permalink
test_xor: more prints
Browse files Browse the repository at this point in the history
  • Loading branch information
MSallermann committed Oct 24, 2023
1 parent 13fd7f0 commit 9daf0de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_xor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ TEST_CASE( "Test_XOR" )
auto out = network.predict( x_train );

fmt::print( " out = {}\n", fmt::streamed( out[0] ) );
fmt::print( " out = {}\n", fmt::streamed( out[1] ) );
fmt::print( " out = {}\n", fmt::streamed( out[2] ) );
fmt::print( " out = {}\n", fmt::streamed( out[3] ) );

for( decltype( y_train )::size_type i = 0; i < y_train.size(); i++ )
{
Expand Down

0 comments on commit 9daf0de

Please sign in to comment.