Valentin Churavy

Results 1413 comments of Valentin Churavy

That is a problem that would need to be addressed in mxnet proper. Logging is implemented in `mshadow/mshadow/logging.h`

Porting it should be relatively straight forward. You are welcomed to open a PR :)

I have been wanting to make NDArray parametric for quite some time. #233 was one of the points where having it not be parametric caused big performance problems. I am...

This is not yet possible in Julia, but it is something that I am working on.

Both #16 and #130 are the wrong way of doing this :) The problem is that async callbacks into Julia are tricky to get right (no GIL to help us...

@Arkoniak My work is on https://github.com/oist/MXNet.jl/tree/vc/module and I am starting to work on this again today and aim to finish it soon (tm).

@Arkoniak I rebased my work and if you are keen to also work on this I would appreciate PRs against vc/module here.

Exactly, I will be taking a look into this later this week, if nobody beats me to it.

This is quite simplistic and ignores that the amount of memory needed could depend non-linearly on the batch_size and ideally this would get the available amount of memory with https://developer.nvidia.com/nvidia-management-library-nvml

@kasiabozek Can you take a look if https://github.com/oist/mxnet/tree/vc/upsampling fixes your problem?