Skip to content

Commit 2013ad7

Browse files
zuoyuanhZuoyuan Huang
andauthored
fix: Remove name from element spec of PipeMode (#150)
* Remove name from element spec of PipeMode * Bump up docker client version in test env --------- Co-authored-by: Zuoyuan Huang <[email protected]>
1 parent 9e48b6b commit 2013ad7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/sagemaker_tensorflow/pipemode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,4 @@ def element_spec(self):
119119
return tensor_spec.TensorSpec(
120120
shape=self.output_shapes,
121121
dtype=self.output_types,
122-
name=self.channel,
123122
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ deps =
5252
contextlib2==21.6.0
5353
tensorflow==2.13.0
5454
awslogs==0.14.0
55-
docker==5.0.2
55+
docker==6.1.0
5656
cmake==3.21.2
5757

5858
[testenv:flake8]

0 commit comments

Comments
 (0)