awslabs / sagemaker-debugger

Amazon SageMaker Debugger provides functionality to save tensors during training of machine learning jobs and analyze those tensors
Apache License 2.0
161 stars 83 forks source link

Fix default value of end_time in update_end_time #665

Open ChristopherBrix opened 1 year ago

ChristopherBrix commented 1 year ago

Description of changes:

Using time.time() in the definition of the method would freeze the default to the time at the definition. Defining it in the body allows to query the current time when the method is called.

Style and formatting:

I have not run pre-commit install && pre-commit run --all-files, as it seems to be broken (see issue #664).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.