Skip to content

Commit

Permalink
[DLMED] add logging
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Ma <nma@nvidia.com>
  • Loading branch information
Nic-Ma committed Mar 18, 2022
1 parent 5c23353 commit b5b9f20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monai/bundle/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,3 +406,5 @@ def export(
meta_values=parser.get().pop("_meta_", None),
more_extra_files={"config": json.dumps(parser.get()).encode()},
)
logger.info(f"exported to TorchScript file: {path}.")

0 comments on commit b5b9f20

Please sign in to comment.