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 df19d37 commit 597a4f5Copy full SHA for 597a4f5
tests/integ/test_tf_cifar.py
@@ -37,7 +37,7 @@ def test_cifar(sagemaker_session, tf_full_version):
37
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')
38
39
estimator = TensorFlow(entry_point='resnet_cifar_10.py', source_dir=script_path, role='SageMakerRole',
40
- framework_version=tf_full_version, training_steps=20, evaluation_steps=5,
+ framework_version=tf_full_version, training_steps=500, evaluation_steps=5,
41
train_instance_count=2, train_instance_type='ml.p2.xlarge',
42
sagemaker_session=sagemaker_session, train_max_run=20 * 60,
43
base_job_name='test-cifar')
0 commit comments