File tree 3 files changed +2
-5
lines changed
3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import sagemaker .cli .mxnet
2
2
import sagemaker .cli .tensorflow
3
-
4
- __all__ = [mxnet , tensorflow ]
Original file line number Diff line number Diff line change @@ -97,4 +97,4 @@ def start(self):
97
97
estimator .fit (data_url )
98
98
logger .debug ('code location: {}' .format (estimator .uploaded_code .s3_prefix ))
99
99
logger .debug ('model location: {}{}/output/model.tar.gz' .format (estimator .output_path ,
100
- estimator ._current_job_name ))
100
+ estimator ._current_job_name ))
Original file line number Diff line number Diff line change 1
1
import pytest
2
- from mock import Mock , MagicMock , patch
3
-
4
2
import sagemaker .cli .main as cli
3
+ from mock import patch
5
4
6
5
COMMON_ARGS = '--data mydata --script myscript --job-name myjob --bucket-name mybucket --role-name myrole ' + \
7
6
'--python py3 --instance-type myinstance --instance-count 2'
You can’t perform that action at this time.
0 commit comments