Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ABCNN some .npy files missed #10

Open
zhixiaochuan12 opened this issue Apr 8, 2018 · 1 comment
Open

ABCNN some .npy files missed #10

zhixiaochuan12 opened this issue Apr 8, 2018 · 1 comment

Comments

@zhixiaochuan12
Copy link

zhixiaochuan12 commented Apr 8, 2018

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 zhixiaochuan12 changed the title some .npy files missed ABCNN some .npy files missed Apr 8, 2018
@GauravBh1010tt
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants