2 Antworten
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
1
🤔 You may need to investigate the code and configuration of the RepackModel
step in your pipeline, as well as the dependencies and dependencies of the user script that is being executed. You may also need to check the input data and model parameters to ensure that they are correct and compatible with the algorithm and framework being used.
1
Here's the additional error I've checked on the sagemaker studio logs:
beantwortet vor 6 Monaten
Relevanter Inhalt
- AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
- Wie installiere ich.NET Framework 3.5 auf einer EC2-Windows-Instance, die keinen Internetzugang hat?AWS OFFICIALAktualisiert vor 2 Jahren
- AWS OFFICIALAktualisiert vor 2 Jahren
where can i find the script? the register-RepackModel is automatically created in the pipeline by sagemaker after check-model-accuracy?
From the error logs you've provided, the system is unable to find the
_repack_script_launcher.sh
script, which should be a part of the SageMaker training job. There's also an error indicating that the filemodel.tar.gz
cannot be found in the expected directory, and there's a failure to parse a hyperparameter.The
model.tar.gz
file is not found in the directory/opt/ml/input/data/training/
. Try to check that the file is being generated correctly and is being placed in the correct directory.Check this issue in Github
Which OS are you using for your Sagemaker? Make sure you are using a supported OS