swabhs / open-sesame

A frame-semantic parsing system based on a softmax-margin SegRNN.
Apache License 2.0
224 stars 65 forks source link

Error While Training: no attribute '__reduce_cython__' #52

Closed ayush-pancholy closed 4 years ago

ayush-pancholy commented 4 years ago

I encountered a strange error while training some of the models: 'scipy.interpolate.interpnd.array' has no attribute '__reduce_cython__'

Some googling for similar errors indicated that adjusting the version of Cython might resolve the issue, so I reverted to Cython==0.29.12. This seems to have solved the problem -- I hope this helps anyone else who might be running into something similar!