"official/projects/centernet/ops/preprocess_ops.py" did not exist on "c3becc450938ea71e3d58208c1a3d88d63fdb212"
Commit a3357bc3 authored by charlie's avatar charlie
Browse files

FOrmatting

parent e6e42359
......@@ -572,12 +572,11 @@ struct verify : command<verify>
auto t = c.ct.get_target();
auto m = c.parameters.generate(p, t, true, c.l.batch);
//TODO remove this and make the driver able to figure out datatype most used in the model
// TODO remove this and make the driver able to figure out datatype most used in the model
// then set the tolerances appropriately. Need to check here because c.to_fp16 only set
// after argument_parser.parse() is run. This code is complicated because there's not a good way
// to change the default tolerances after reading `--fp16` but before reading `--rms-tol`, `--atol`,
// and `--rtol`.
// after argument_parser.parse() is run. This code is complicated because there's not a
// good way to change the default tolerances after reading `--fp16` but before reading
// `--rms-tol`, `--atol`, and `--rtol`.
migraphx::verify::tolerance tols{};
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