"...git@developer.sourcefind.cn:OpenDAS/pytorch-encoding.git" did not exist on "f46bcf7f5846e3c80a2c2abe0f40a481a9fe8c1f"
Commit c0b60faa authored by Davis King's avatar Davis King
Browse files

Removed cout statement.

parent 0282b942
...@@ -403,7 +403,7 @@ namespace ...@@ -403,7 +403,7 @@ namespace
// make sure there isn't any funny bias // make sure there isn't any funny bias
DLIB_TEST(std::abs(big_val/(double)small_val - 1) < 0.001); DLIB_TEST(std::abs(big_val/(double)small_val - 1) < 0.001);
cout << big_val/(double)small_val << endl; //cout << big_val/(double)small_val << endl;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment