Andrey Pyankov
Andrey Pyankov
I want to train ccv_convnet on MNIST data set (using LeNet like layers). Could you please provide any suggestions on how to do that?
I use `(with-connection (db) CODE)` to access database. I get the following error when there are concurrent requests accessing database. Thanks! ``` A failure in the SSL library occurred on...
Is this solution ok for making Datafly reuse connection when on the same thread, but create new one on different threads? SB-THREAD part should probably be less compiler-specific, but I...
Hi, I've built framework, imported Torch.framework file to iOS project, added Torch.h/.m files and created main.lua file. I can run code in main.lua, but I can't use torch. Should I...