cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

move forward to https://github.com/dmlc/mxnet

Results 65 cxxnet issues
Sort by recently updated
recently updated
newest added

OS: Ubuntu 15.04 64bit Compiler gcc and g++ 4.8.4 Cuda 6.5 CuDNN 6.5 v2 build.sh can build normally. build_ps.sh fails the following way: First, there are lots of warnings like...

I run multi-machine example and occur error . I don't know how to deal with it . Can any one help me? - ../../dmlc-core/tracker/dmlc_mpi.py -H hosts -n 1 -s 1...

I Have developed a tool to convert cxxnet models to caffe models here is the code https://github.com/n3011/cxxnet_converter

no matching function for call to ‘pool(mshadow::expr::PaddingExp, mshadow::Shape&, const int&, const int&, int&)

src/io/data.cpp: In function 'cxxnet::IIteratorcxxnet::DataBatch\* cxxnet::CreateIterator(const std::vector&)': src/io/data.cpp:47: error: expected type-specifier before 'ImageRecordIOIterator' src/io/data.cpp:47: error: expected ')' before 'ImageRecordIOIterator' src/io/data.cpp:47: error: no matching function for call to 'cxxnet::AugmentIterator::AugmentIterator(int_, int)' src/io/iter_augment_proc-inl.hpp:24: note:...

hi guys, probably it's due to my driver problem. i found sometimes it's extremely slow to get the message such as "finish initialization with 2 devices" for example, it takes...

在CNN训练中,训练图片都放到一个文件夹里,这样读取时间比较长,能否将训练样本放到多个文件夹中,对应读取程序在哪里修改,谢谢.

Hi guys - I'm trying this again :) I'm getting this **_sgd_updater-inl.hpp:19:16: error: 'isnan' was not declared in this scope**_ error, which fails the rest of the build. Any idea...

Cloning into 'ps-lite'... remote: Counting objects: 523, done. remote: Total 523 (delta 0), reused 0 (delta 0), pack-reused 523 Receiving objects: 100% (523/523), 203.85 KiB | 0 bytes/s, done. Resolving...

使用cxxnetwindows版本训练cifar10图片库,训练过程中发现错误率一直很高,没有明显降低,如下: initializing end, start working round 0:[ 300] 232 sec elapsed[1] train-error:0.898737 train-re c@1:0.101263 train-rec@5:0.497522 test-error:0.9 test-rec@1:0.1 test-rec @5:0.5 round 1:[ 300] 564 sec elapsed[2] train-error:0.899077 train-re c@1:0.100923 train-rec@5:0.4998 test-error:0.9...