Martin Simonovsky

Results 30 comments of Martin Simonovsky

Hi @rpicatoste . I haven't been working on this since. But just to give you two tips for debugging : - You can have a look if even the first...

Hi, thanks for your interest and sorry for not providing the code for MNIST experiments. I actually don't have it either, as this repo is a rewrite of part of...

Perhaps one more question: what is the coordinate domain for image pixels in your implementation, [0,27] x [0,27]?

Sorry for the delay! Hmm, I think you're right, the network configuration in paper does not work in the current code base, as strides (=convolutions for graph-to-graph mapping, as it's...

Hi, first of all I'm sorry about the delay, somehow I haven't received any notification from github. - Sydney Urban Objects: Indeed, I have introduced a bug when removing dependency...

Thanks a lot! It's weird it happens in the forward pass, there should be still enough memory available no matter what, especially that you've said you have full 12GB available....

Thanks! I've upgraded to your latest version of cupy (btw, it seems there is now a cleaner way how to define custom kernels with https://docs-cupy.chainer.org/en/latest/reference/generated/cupy.RawKernel.html), so my setup should be...

My driver is 384.130, cuda 8.0.61, cudnn 6021. But I'm unable to shuffle around with drivers and cuda, as I'm using a shared computer. Thanks for the tip, the support...

Thanks for your hard work on this, that was definitely a great starting point! I've fixed your code (the main problem was that not all types were supposed to be...

> launched right now 2 training processes in order to be sure that the issue has disappeared Thanks. But it may still crash in the other kernels (pooling), perhaps I...