We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16605c1 commit 46cef2aCopy full SHA for 46cef2a
src/sagemaker/debugger/profiler_config.py
@@ -93,7 +93,7 @@ def _to_request_dict(self):
93
if (
94
self.s3_output_path is not None
95
and self.disable_profiler is not None
96
- and self.disable_profiler is True
+ and self.disable_profiler is False
97
):
98
profiler_config_request["S3OutputPath"] = self.s3_output_path
99
0 commit comments