vanpersie32

Results 7 comments of vanpersie32

yeah, it takes much time to preprocess all images

@dastan92 Hey, have you replicate the result in the paper?

@erastogi It seems that you should add require 'cudnn' in script ./000_data_construction/001_resNet101_conv_feat/extract_resnet_feat.lua.

I have implemented extracting feature in batch, but seems in vain. It seems that torch.save consumes much time. I don't think it a good idea to save the feature map...

@JonghwanMun The reason why feature extraction is so slow is because you collect garbage too often. Here Here Here [here](https://github.com/JonghwanMun/TextguidedATT/blob/master/000_data_construction/001_resNet101_conv_feat/extract_resnet_feat.lua#L111)