Skip to content

Commit b47aff6

Browse files
authored
Merge pull request #618 from luotao1/activation-bug
fix LogActivation is not defined
2 parents 92396ef + b3f4e53 commit b47aff6

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)