Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Aug 31, 2021
1 parent 2dd22dc commit 80e9910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Collections/examples/FFDNet_TensorRT/build_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def build_engine(
width: int,
height: int,
args_dict: Dict,
max_workspace_size: int = int(1.6 * 1024 ** 3)
max_workspace_size: int = int(1.6 * 1024 ** 3),
logger: trt.Logger = trt.Logger(trt.Logger.VERBOSE)
) -> None:

Expand Down

0 comments on commit 80e9910

Please sign in to comment.