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

smdebug crashes with newer numpy versions #645

Closed fredsensibill closed 1 year ago

fredsensibill commented 1 year ago

NumPy v1.24 removes np.object, np.bool, np.float, np.complex, np.str, and np.int. This breaks this line of code, crashing my training jobs if I don't restraint my numpy version to <1.24.0

fredsensibill commented 1 year ago

Closing because it's been fixed already