mshadow
mshadow copied to clipboard
Matrix Shadow:Lightweight CPU/GPU Matrix and Tensor Template Library in C++/CUDA for (Deep) Machine Learning
I only find the `slice(begin ,end)`,but what if I want a function similar to `[:,:,3,:]` to get a particular slice in matlab? Thx.
Help. I improved the `/guide/neuralnet/convnet.cu`, add my own function when I use `-cpu` parameter, things go well , the error rate is declining however, `-gpu` generates totally different results: the...
On my OS X, the shared libraries of CUDA are placed in `CUDA_HOME/lib` instead of `CUDA_HOME/lib64`. Please change the [following line](https://github.com/dmlc/mshadow/blob/master/make/mshadow.mk#L22) from ``` MSHADOW_LDFLAGS += -L$(USE_CUDA_PATH)/lib64 ``` to ``` MSHADOW_LDFLAGS...
I notice Android supports OpenCL, which will bring great benefit. Let's discuss how much work need to be done to make mshadow support OpenCL @mli @tqchen @piiswrong
Hi, is there an idea why i'm getting this error when i attempt to run the binary from **_basic_streams.cu**_ ``` stream_gpu-inl.h:65: Default GPU stream was used when MSHADOW_FORCE_STREAM was on...
This is just a question about the source code. To improve the performance, it will be benefit to use inline function as many as possible. The _MSHADOW_XINLINE_ is a force...
Could we remember the locations of pooling operation such max pooling. So that we could reverse the pooling operation approximately.
In `Dot_engine-inl.h`, the default type of a template argument is set by `template` While in other places like `Tensor.h`, I notice that `DType` is set by `#define MSHADOW_DEFAULT_DTYPE = default_real_t`....
``` /home/wallnuss/src/mxnet/mshadow/mshadow/././half.h: In instantiation of ‘mshadow::half::half_t mshadow::half::operator*(mshadow::half::half_t, T) [with T = mshadow::expr::CroppingExp]’: src/operator/./pooling-inl.h:145:7: required from ‘void mxnet::op::PoolingOp::Backward(const mxnet::OpContext&, const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector&, const std::vector&)...