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 146e171 commit 3ae15a6Copy full SHA for 3ae15a6
tests/integ/test_tf_cifar.py
@@ -43,7 +43,7 @@ def test_cifar(sagemaker_session, tf_full_version):
43
estimator = TensorFlow(entry_point='resnet_cifar_10.py', source_dir=script_path, role='SageMakerRole',
44
framework_version=tf_full_version, training_steps=500, evaluation_steps=5,
45
train_instance_count=2, train_instance_type='ml.p2.xlarge',
46
- sagemaker_session=sagemaker_session, train_max_run=20 * 60,
+ sagemaker_session=sagemaker_session, train_max_run=45 * 60,
47
base_job_name='test-cifar')
48
49
inputs = estimator.sagemaker_session.upload_data(path=dataset_path, key_prefix='data/cifar10')
0 commit comments