context-encoder icon indicating copy to clipboard operation
context-encoder copied to clipboard

About torch.setnumthreads(1)

Open HubYZ opened this issue 6 years ago • 0 comments

In the file (train.lua and data.lua), why set torch.setnumthreads(1)?

I am a little confused about the setting. Can I set multithreads, such as torch.setnumthreads(torch.getnumthreads())?

Thanks for your time.

HubYZ avatar Feb 21 '19 03:02 HubYZ