We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2419172 commit 748fa9aCopy full SHA for 748fa9a
src/sagemaker_mxnet_serving_container/handler_service.py
@@ -56,6 +56,8 @@ def _user_module_transformer(model_dir=environment.model_dir):
56
if os.path.exists(inference_script):
57
log.info('schenqian2')
58
spec = importlib.util.spec_from_file_location(module_name, inference_script)
59
+ if spec is None:
60
+ log.info('schenqian4')
61
log.info('schenqian3')
62
user_module = importlib.util.module_from_spec(spec)
63
log.info(user_module)
0 commit comments