Skip to content

Commit 597a4f5

Browse files
winstonawsChoiByungWook
authored andcommitted
Increase # training steps for test_tf_cifar to mitigate race condition (#160)
1 parent df19d37 commit 597a4f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tf_cifar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def test_cifar(sagemaker_session, tf_full_version):
3737
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')
3838

3939
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,
40+
framework_version=tf_full_version, training_steps=500, evaluation_steps=5,
4141
train_instance_count=2, train_instance_type='ml.p2.xlarge',
4242
sagemaker_session=sagemaker_session, train_max_run=20 * 60,
4343
base_job_name='test-cifar')

0 commit comments

Comments
 (0)