XuezheMax / LasagneNLP

NLP tools on Lasagne
Apache License 2.0
61 stars 31 forks source link

Missing categorical_accuracy #5

Closed xuewei4d closed 7 years ago

xuewei4d commented 7 years ago

It seems that lasagne.objectives.categorical_accuracy is missing which is required in all model files.

XuezheMax commented 7 years ago

make sure you install the latest version of lasagne.

On Wed, Oct 26, 2016 at 8:10 PM, Wei Xue notifications@github.com wrote:

It seems that lasagne.objectives.categorical_accuracy is missing which is required in all model files.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/XuezheMax/LasagneNLP/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ADUtlpi9IV6ETSGsRL9NTozvSWUY-bA2ks5q3-wGgaJpZM4Khz0p .


Best regards, Ma,Xuezhe Language Technologies Institute, School of Computer Science, Carnegie Mellon University Tel: +1 206-512-5977

xuewei4d commented 7 years ago

Thanks. I was using stable version of Lasagne.