Skip to content

Commit fa622b8

Browse files
committed
Removed checkpoint_path in distributed test
1 parent 202c583 commit fa622b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integ/test_tf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ def test_tf_vpc_multi(sagemaker_session, tf_full_version):
158158
framework_version=tf_full_version,
159159
training_steps=1,
160160
evaluation_steps=1,
161-
checkpoint_path='/opt/ml/model',
162161
hyperparameters={'input_tensor_name': 'inputs'},
163162
train_instance_count=instance_count,
164163
train_instance_type=instance_type,

0 commit comments

Comments
 (0)