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 f232b2a commit 0bb9863Copy full SHA for 0bb9863
tests/integ/test_rl.py
@@ -33,7 +33,8 @@ def test_coach_mxnet(sagemaker_session, rl_coach_full_version):
33
with timeout(minutes=15):
34
estimator.fit(wait='False')
35
36
- estimator = RLEstimator.attach(estimator.latest_training_job.name)
+ estimator = RLEstimator.attach(estimator.latest_training_job.name,
37
+ sagemaker_session=sagemaker_session)
38
39
endpoint_name = 'test-mxnet-coach-deploy-{}'.format(sagemaker_timestamp())
40
0 commit comments