Skip to content

Commit

Permalink
Fixed segfault on Python?
Browse files Browse the repository at this point in the history
  • Loading branch information
neubig committed Feb 16, 2017
1 parent bb1bfda commit 5807b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/_dynet.pxd
Expand Up @@ -5,7 +5,7 @@ from libcpp cimport bool
ctypedef float real

cdef extern from "dynet/init.h" namespace "dynet":
cdef struct CDynetParams "dynet::DynetParams":
cdef cppclass CDynetParams "dynet::DynetParams":
unsigned random_seed
string mem_descriptor
float weight_decay
Expand Down

0 comments on commit 5807b43

Please sign in to comment.