GauravBh1010tt / DeepLearn

Implementation of research papers on Deep Learning+ NLP+ CV in Python using Keras, Tensorflow and Scikit Learn.
MIT License
1.82k stars 353 forks source link

ABCNN some .npy files missed #10

Open zhixiaochuan12 opened 6 years ago

zhixiaochuan12 commented 6 years ago

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')
GauravBh1010tt commented 6 years ago

@yangyuji12 - For a quick temporary remedy, copy the Extracted_Features folder from _DeepLearn/WikiQACNN+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.