Surya Bhupatiraju

Results 16 comments of Surya Bhupatiraju

Are there any estimates as to when nngraph might be supported by cuDNN?

I know pytorch is probably consuming most people's bandwidths, but just bumping this to ask whether nngraph x CuDNN is done?

@ngimel, it seems like we can set the self.hiddenInput and self.cellInput to certain predefined values before calling the forward pass. Is this a reasonable thing to do?

I ask because this seems useful for any seq2seq application, where we initialize the hidden state of an encoder network with some summary vector from a previous step.

I'm also having a very similar problem of invalid device function coming up -- it seems like when I disable the use of cuda() and CudaTensors, some of the problems...

You should definitely check your NVIDIA drivers and compatibility of your GPUs with your code. Make sure all the right dependencies, i.e. CUDA, etc. are all install properly. Also, it...

Ah okay, I didn't know this. Do I mind if I add this small piece of information to the README?

@ilija139 Sorry for the delay; I just added it. Please feel free to review and pull.

Thanks! The Tensorflow Python API has changed since the writing of the book -- please feel free to submit a pull request so we can merge in the code with...

We'll consider this -- it might not be on the immediate roadmap, but feel free to contribute to this if it will be valuable for you!