Source82

Results 2 comments of Source82

Thanks. So if I followed the steps on installing on windows. What happens after building onnx-tensorrt, how do I pass my model to get a tensorrt version?

> with summary_writer.as_default() Hello, Thanks for the hack. :-) this part ``` with summary_writer.as_default(): e_metrics = eager_eval_loop( detection_model, configs, eval_input, use_tpu=use_tpu, postprocess_on_cpu=postprocess_on_cpu, global_step=global_step, ) ``` What part of the code...