Soumith Chintala

Results 312 comments of Soumith Chintala

Cc: @fmassa do you have time to refine this to not completely disable it for nngraph? You said there's some cases where nngraph conversion doesn't work right?

Hi @ibmua . You misunderstand the purpose of nn.Parallel. It is not parallel compute, but it is a container pattern that executes parallel branches. It wont be faster, or use...

@ibmua wrt the performance variance as you change number of groups, CPU / GPU performance is not always linear wrt the amount of compute. If you have very little work,...

i think we never save a model before forwarding it, it seems reasonable as a change. the lazy initialization wont work with the threading issue here.

this is presumably a bug in cudnn 5.1 itself.

i think one central problem is that torch users dont copy over the header (it's not needed for ffi). That's why maybe downloads are happening. If you only check for...

this seems like a driver / thermal level (or power supply) issue. Can you try to limit the wattage of the card via "nvidia-smi -pl " and see if it...

Also, check the kernel logs in /var/log and see what happened right before restart, prob provides hints.

I think you should do min-value rather than max-value. Also, what's the hardware and can you provide a small test case? I'll try to repro on some hardware on my...