monai
medical
katielink's picture
add the command of executing inference with TensorRT models
bd519ec
raw
history blame
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
}