Skip to content

Commit b3f4e53

Browse files
committed
fix LogActivation is not defined
1 parent 92396ef commit b3f4e53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/paddle/trainer_config_helpers/activations.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"TanhActivation", "SigmoidActivation", "SoftmaxActivation",
1717
"IdentityActivation", "LinearActivation", 'SequenceSoftmaxActivation',
1818
'ExpActivation', "ReluActivation", "BReluActivation", "SoftReluActivation",
19-
"STanhActivation", "AbsActivation", "SquareActivation", "BaseActivation"
19+
"STanhActivation", "AbsActivation", "SquareActivation", "BaseActivation",
20+
"LogActivation"
2021
]
2122

2223

0 commit comments

Comments
 (0)