Closed vishaalkapoor closed 4 years ago
It looks like there is some code that no longer is needed. In SageMakerModelTraining
# only run from SageMaker notebook instance if local_mode: !/bin/bash ./setup.sh
gives /bin/bash: ./setup.sh: No such file or directory when in local_mode.
/bin/bash: ./setup.sh: No such file or directory
https://github.com/awslabs/sagemaker-battlesnake-ai/pull/9
It looks like there is some code that no longer is needed. In SageMakerModelTraining
gives
/bin/bash: ./setup.sh: No such file or directory
when in local_mode.