nvluxiaoz

Results 4 comments of nvluxiaoz

If it is a Meta checkpoint, you may need to try `--meta_ckpt_dir` instead of `--model_dir`?

I think you might do ``` if layer.precision == trt.float16: layer.precision == trt.float32 ```

Have you tried to use the ToT version? (e.g. 10.2) I think because you are using weakly_typed networks and I assume you enabled fp16 flags, you will need to set...

by the way `evaluate==0.4.5` is forced by my own software. It worked all fine previously but broke yesterday.