File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/sagemaker_mxnet_serving_container Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,16 +47,16 @@ def __init__(self):
47
47
48
48
@staticmethod
49
49
def _user_module_transformer (model_dir = environment .model_dir ):
50
- log .info (schenqian1 )
50
+ log .info (' schenqian1' )
51
51
log .info (model_dir )
52
52
module_name = environment .Environment ().module_name
53
53
log .info (module_name )
54
54
inference_script = model_dir + '/code' + '/{}.py' .format (module_name )
55
55
log .info (inference_script )
56
56
if os .path .exists (inference_script ):
57
- log .info (schenqian2 )
57
+ log .info (' schenqian2' )
58
58
spec = importlib .util .spec_from_file_location (module_name , inference_script )
59
- log .info (schenqian3 )
59
+ log .info (' schenqian3' )
60
60
user_module = importlib .util .module_from_spec (spec )
61
61
log .info (user_module )
62
62
else :
You can’t perform that action at this time.
0 commit comments