dcgan.torch icon indicating copy to clipboard operation
dcgan.torch copied to clipboard

Segmentation fault (core dumped) when read h5 file in multi thread

Open danieljf24 opened this issue 7 years ago • 0 comments

I would like to use multi-thread to read h5 file like the way of reading image in the project. When I replace https://github.com/soumith/dcgan.torch/blob/master/data/data.lua#L31 with function() require 'torch' require 'hdf5' end, Segmentation fault (core dumped) appeared. I don't know how to fix it, any help will be appreciated.

danieljf24 avatar May 17 '17 05:05 danieljf24