attardi / deepnl

Deep Learning for Natural Language Processing
GNU General Public License v3.0
457 stars 116 forks source link

multithreading #19

Closed cerisara closed 8 years ago

cerisara commented 8 years ago

Thanks for sharing this great implementation of Collobert11 ! Your code is really nicely structured, commented and pleasant to read ! You mention in some places Asynchronous SGD, but when I run the code, it's single thread. Did I miss something, do you have a multithread version of the code ? Thanks again !

attardi commented 8 years ago

It depends on whether you compiler supports OpenMP.