-
Notifications
You must be signed in to change notification settings - Fork 45
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
run preprocess.sh to generate word_glove.npy #5
Comments
Hi, I had a small question. If I wanted to test this model for a single sentence, which script would I need to run? Because the repository has only a train.py file, so every time I run that it begins training from scratch. Is there a particular script that I could run to test the model on a single sentence? |
Basically , you would need to write a script that loads the model , does the preprocessing (according to the model) to do the prediction. I am in the midsts of doing a single prediction method for it. It will be in my fork once I've done the work (I'm working on other things) |
@rahil1304 - You can check out my fork of this repo - there is a predict.py. It does prediction at sentence level (right now) - but you can do it at each individual word level Basically you put in your single sentence as csv , it will generate the embeddings , then it loads the model and it would do a test against it. It's super dirty and quick hack. I'll make it bit more better |
run preprocess.sh to generate word_glove.npy
Originally posted by @AlexYangLi in #3 (comment)
Running the preprocess.sh file does not generate word_glove.npy
Could you please upload that file?
The text was updated successfully, but these errors were encountered: