examples icon indicating copy to clipboard operation
examples copied to clipboard

Example code (mnist) does not work under torch.utils.bottleneck

Open sakaia opened this issue 7 years ago • 0 comments

Example code (mnist) does not work under torch.utils.bottleneck. This is solved by changing the value num_workers from 1 to 0. It needs to check other examples also.

Reference https://github.com/pytorch/pytorch/issues/6313 https://discuss.pytorch.org/t/cannot-measure-cuda-usage-on-mnist-example/21600/2

sakaia avatar Jul 25 '18 23:07 sakaia