Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Dec 26, 2021
1 parent 64c7c9b commit 7215fb4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions yolort/runtime/trt_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
logger = logging.getLogger("TRTHelper")


__all__ = ["YOLOTRTModule", "EngineBuilder"]


class YOLOTRTModule(nn.Module):
"""
TensorRT deployment friendly wrapper for YOLO.
Expand Down

0 comments on commit 7215fb4

Please sign in to comment.