Follow comments

avx_docs
Yu Yang 8 years ago
parent 91cc461aa5
commit 3e398eaa8b

@ -28,7 +28,7 @@ The primary usage shows below.
act=paddle.activation.Softmax())
# use prediction instance where needed.
parameters = paddle.v2.parameters.create(cost)
parameters = paddle.parameters.create(cost)
"""
import collections

Loading…
Cancel
Save