pathology_tumor_detection / configs /inference_trt.json
katielink's picture
add the command of executing inference with TensorRT models
e02a92e
raw
history blame contribute delete
No virus
246 Bytes
{
"imports": [
"$import glob",
"$import os",
"$import torch_tensorrt"
],
"handlers#0#_disabled_": true,
"network_def": "$torch.jit.load(@bundle_root + '/models/model_trt.ts')",
"evaluator#amp": false
}