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 3933900 commit a635631Copy full SHA for a635631
src/sagemaker/mxnet/estimator.py
@@ -239,6 +239,8 @@ def create_model(
239
self.entry_point if model._is_mms_version() else self._model_entry_point()
240
)
241
242
+ return model
243
+
244
@classmethod
245
def _prepare_init_params_from_job_description(cls, job_details, model_channel_name=None):
246
"""Convert the job description to init params that can be handled by the
0 commit comments