Skip to content

Commit 4375a64

Browse files
authored
fix bug to pass travis
1 parent 1d58949 commit 4375a64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

python/paddle/trainer/config_parser.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,12 +2412,7 @@ def __init__(self,
24122412
bias=False,
24132413
**xargs):
24142414
super(SequenceFirstInstanceLayer, self).__init__(
2415-
name,
2416-
inputs=inputs,
2417-
active_type=active_type,
2418-
device=device,
2419-
bias=bias,
2420-
**xargs)
2415+
name, inputs=inputs, active_type=active_type, bias=bias, **xargs)
24212416
self.config.trans_type = trans_type
24222417
self.config.select_first = True
24232418

0 commit comments

Comments
 (0)