diff --git a/cv/aml-cli-v2/data-science/src/profiling.py b/cv/aml-cli-v2/data-science/src/profiling.py index 49c4a17..38c08e4 100644 --- a/cv/aml-cli-v2/data-science/src/profiling.py +++ b/cv/aml-cli-v2/data-science/src/profiling.py @@ -1,5 +1,6 @@ # Copyright (c) Microsoft Corporation. # Licensed under the MIT license. +# Original Author: Jeff Omhover (MSFT) """ This script provides some helper code to help with pytorch profiling.