Is it possible to multi-thread using convnetjs? When training the neural net, I want to feed it multiple examples simultaneously. My fear, however, is that if I try to train with multiple threads, those multiple threads will simultaneously alter the variables in the neural net. Is the neural net thread safe? Is this achievable?
Thank you