Ravi Solanki
Results
2
comments of
Ravi Solanki
Thanks @qidewenwhen. evaluate.py and path invocation script is inline here. --- evaluate.py--- ``` #!/usr/bin/env python3 SAGEMAKER_INPUTS_DIR = '/opt/ml/processing/input' SAGEMAKER_OUTPUTS_DIR = '/opt/ml/processing/output' import subprocess #Install the required libraries before imports subprocess.check_call(["pip",...
In order to make troubleshooting simple, I created this Notebook (attached) that results in the same error (no dependency on my code). @qidewenwhen **evaluate.py** ``` import os if __name__ ==...