DeepLearn
DeepLearn copied to clipboard
ABCNN some .npy files missed
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')
@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.