Skip to content

Commit dfe54a4

Browse files
committed
update
1 parent 8cc249e commit dfe54a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

python/paddle/fluid/data_feeder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def __init__(self, place, lod_level, shape, dtype):
2929
self.place = place
3030
self.lod_level = lod_level
3131
self.shape = shape
32-
self.dynamic_shape = False
3332
negtive_count = 0
3433
for s in self.shape:
3534
if s < 0:

0 commit comments

Comments
 (0)