Open stereomatchingkiss opened 5 years ago
@stereomatchingkiss - You can follow the instructions here - https://sagemaker.readthedocs.io/en/stable/using_mxnet.html#working-with-existing-model-data-and-training-jobs
Here is the instructions on how to construct the entry point file - https://sagemaker.readthedocs.io/en/stable/using_mxnet.html#the-sagemaker-mxnet-model-server
Thanks, I read some posts about sageMaker and ec2. The conclusions I get are
Is this right? If it was, then SageMaker do not has much benefits for me
@stereomatchingkiss,
Thank you
As the title mention, this drive me crazy. What I want to do is
About entry_point--I cannot find any document mentioned what kind of functions needed by this file, how should I define them, all I could find are scrap data and use my instinct to do some test.
the entry_point--mxnet_imagenet_classify.py
Create endpoint
And then the server always give me error messages:
ValueError: Error hosting endpoint sagemaker-mxnet-2019-06-18-02-01-03-704: Failed Reason: Request to service failed. Please contact customer support.
Very confuse, reading what is docker and try to create a docker container, since I can't find an easy way to make things work