Bing Xu
Bing Xu
Could post you code with gist so I can have a glance?
You need to reshape the input to shape [batch, 1, 1, dim]... I will make a demo when I have time
Thanks for your PR. I am still working on general case of LSTM, which is able to run CNN + LSTM together. In that branch we have special text IO...
MKL will use all threads. If you want to explicit set, you can build with single thread openblas/cblas, then set `dev=cpu:0,1,2,3` indicate to use first 4 cores.
Please check your OpenCV configuration.
Please other configure file. AlexNet conf file is out of dated. On Sun, Aug 30, 2015 at 20:43 fangli1992 [email protected] wrote: > Hi, > > I am training ImageNet using...
The reason seems is the random initialization. You can try xavier initialization method with different seed On Sun, Aug 30, 2015 at 20:53 fangli1992 [email protected] wrote: > Thanks. @antinucleon https://github.com/antinucleon...
thanks for the info. maybe it is related to rand_r on windows. We are busy developing next generation data flow tools MXNet, in MXNet we will use CXX11 to avoid...
@fangli1992 Sorry in cxxnet I won't have time to solve it because my own network always works well. Once mxnet is finishing, cxxnet will be replaced totally. On Mon, Aug...
@fangli1992 https://github.com/dmlc/mxnet https://mxnet.readthedocs.org/en/latest/ It is still on going and no exact timeline but we are confident to finish it soon.