Cannot run two program?

I run the code of a training network on the GPU, at the same time I run another simple code which including data.cuda().
Then my computer crashed.

I think maybe because num_workers=4. If I set num_workers=0, It’s OK