sagemaker-xgboost-container icon indicating copy to clipboard operation
sagemaker-xgboost-container copied to clipboard

Create model always use estimator's entrypoint

Open verdimrc opened this issue 4 years ago • 1 comments

Hi, I split train & inference logics into two separate entrypoint files. However, when create a model, the model always carries-over the train entrypoint, instead of using what's specified in create_model(entry_point='inference.py').

Kindly see the behavior shown in the screenshot, which was taken from a SageMaker notebook instance running in us-east-1.

Screen Shot 2020-05-18 at 07 50 02 PM

verdimrc avatar May 21 '20 04:05 verdimrc