"vscode:/vscode.git/clone" did not exist on "06c5529fe45b2e091626b3a3a13c95a993dbe5a2"
Commit 13bb4c2f authored by charlie's avatar charlie
Browse files

add other tolerance prints

parent 66af5158
......@@ -593,6 +593,8 @@ struct verify : command<verify>
}
std::cout << "rms_tol: " << tols.rms_tol << std::endl;
std::cout << "atol: " << tols.atol << std::endl;
std::cout << "rtol: " << tols.rtol << std::endl;
auto quantize = precision::fp32;
if(c.to_fp16)
......
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