Skip to content

Commit 30332ad

Browse files
committed
test=develop
1 parent f4be1d9 commit 30332ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/paddle/fluid/tests/unittests/test_layers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ def test_hsigmoid(self):
185185
input=x, label=y, num_classes=2))
186186
print(str(program))
187187

188+
# test hsigmod with custom tree structure
188189
program2 = Program()
189-
190190
with program_guard(program2):
191191
x2 = layers.data(name='x2', shape=[4, 8], dtype='float32')
192192
y2 = layers.data(name='y2', shape=[4], dtype='int64')

0 commit comments

Comments
 (0)