DeepLearn icon indicating copy to clipboard operation
DeepLearn copied to clipboard

ABCNN some .npy files missed

Open zhixiaochuan12 opened this issue 7 years ago • 1 comments
trafficstars

in wiki_utils.py three files are mentioned, but can not be found.

    feat_LS = np.load('../data/wiki/Extracted_Features/lex.npy')
    feat_read = np.load('../data/wiki/Extracted_Features/read.npy')
    feat_numeric = np.load('../data/wiki/Extracted_Features/numeric.npy')

zhixiaochuan12 avatar Apr 08 '18 13:04 zhixiaochuan12

@yangyuji12 - For a quick temporary remedy, copy the Extracted_Features folder from DeepLearn/WikiQA_CNN+Feat/ into your local ABCNN directory and change the path inside wiki_utils.py accordingly. As a permanent solution, I will create a master folder inside the DeepLearn main directory which can be used from subfolders. This will minimize the need for copying the contents of dl_text and _util.py modules in each subfolder and the above problem of the path will also be resolved. It may take a couple of days for me to do these updates. Till then you can use the temporary solution.

GauravBh1010tt avatar Apr 08 '18 17:04 GauravBh1010tt