april-org / april-ann

APRIL-ANN toolkit (A Pattern Recognizer In Lua with ANNs). This toolkit incorporates ANN algorithms (as dropout, stacked denoising auto-encoders, convolutional NNs), with other pattern recognition methods as HMMs among others. Additionally, in experimental stage, it is possible to perform automatic differentiation, for advanced ML research.
http://april-org.github.io/april-ann/
Other
74 stars 12 forks source link

OMP + fork hanging up child process #173

Open pakozm opened 9 years ago

pakozm commented 9 years ago

It is known that there are problems with fork and OMP, we still looking a way to solve this problem in APRIL. The problem shows up when using parallel_foreach() function because it uses fork to create new childs.