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
158 stars 82 forks source link

fix SyntaxWarning caused by using is not #619

Closed zaoliu-aws closed 1 year ago

zaoliu-aws commented 1 year ago

Description of changes:

Comparing strings using 'is not' causes syntax warning. SyntaxWarning: "is not" with a literal. Did you mean "!="?