Skip to content

Commit

Permalink
fix LogActivation is not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
luotao1 committed Nov 25, 2016
1 parent 92396ef commit b3f4e53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/paddle/trainer_config_helpers/activations.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"TanhActivation", "SigmoidActivation", "SoftmaxActivation",
"IdentityActivation", "LinearActivation", 'SequenceSoftmaxActivation',
'ExpActivation', "ReluActivation", "BReluActivation", "SoftReluActivation",
"STanhActivation", "AbsActivation", "SquareActivation", "BaseActivation"
"STanhActivation", "AbsActivation", "SquareActivation", "BaseActivation",
"LogActivation"
]


Expand Down

0 comments on commit b3f4e53

Please sign in to comment.