issues
search
aws
/
sagemaker-experiments
Experiment tracking and metric logging for Amazon SageMaker notebooks and model training.
Apache License 2.0
126
stars
36
forks
source link
remove auto generated aws tag in integ test. fix delete_all exception
#88
Closed
yzhu0
closed
4 years ago
yzhu0
commented
4 years ago
1.remove auto generated aws tag in integ test.
fix delete_all exception message. based on
https://stackoverflow.com/questions/1483429/how-to-print-an-exception-in-python
, we need to add str() around exception for python 2.5 and earlier.
1.remove auto generated aws tag in integ test.