-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Cannot compile xgboost-neo model in sagemaker 2.11.0 (neo-xgboost.json file not found) #1932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello @splat-ef Thanks again for contacting us. The fix was merged. Let us know if there's anything else we can help with. Best regards |
I am new to Sagemaker service, could you please tell me how can we navigate to s3 and see the name of the json file ?? |
For others running into trouble accessing built-in images URIs and associated json files, try running 'conda install -c conda-forge sagemaker-python-sdk' on the terminal to install the local file system dependencies. This resolved my FileNotFoundError accessing xgboost.json and debugger.json. |
Closing as resolved. Feel free to reopen/continue the discussion if needed. |
I'm following the tutorial on churn from this link: https://github.com/awslabs/amazon-sagemaker-examples/blob/master/introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn.ipynb. I installed sagemaker 2.11 and tweaked the code to handle the breaking changes from v1.
I was able to train the xgboost model but struggle to compile the neo version. I tried to run this code:
I get this error:
From
https://github.com/aws/sagemaker-python-sdk/tree/master/src/sagemaker/image_uri_config
, I foundxgboost-neo.json
instead ofneo-xgboost.json
. I wonder if this is just a case of a name change that would need to be updated in the code? Or should I need to do something else?The text was updated successfully, but these errors were encountered: