goncalomcorreia

Results 1 issues of goncalomcorreia

Could you update the project with the code on how to get the features from the Caffe VGGNet-19 model? In preprocess_data.py, it reads: ``` train_feat_file = 'train2014_fixed_fc7_feat.pkl' val_feat_file = 'val2014_fixed_fc7_feat.pkl'...