danieljf24
Results
2
issues of
danieljf24
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,...
Hi! I followed this [notebook](https://github.com/dmlc/mxnet-notebooks/blob/master/python/how_to/predict.ipynb) to extract image feature using pre-trained CNN model. I wonder do we need to subtract mean pixel values of imagenet before feature extraction. Other deep...