-
Notifications
You must be signed in to change notification settings - Fork 192
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
ValueError: File does not exist #153
Comments
@BashirBurhan can you print the |
@jstypka I dont quite understand what you mean? |
|
@BashirBurhan so you run: That seems impossible. What's the full stacktrace? |
|
@jstypka its always either .ipynb_checkpo.txt or untitled.i.txt |
Okay, now I see it. Take a look at these lines:
We take the directory that you give in the argument ( You seem to have two additional files in the directory On Magpie side, we should add some more robust scanning and loading mechanism, so it can handle those situations or at least give a readable error. |
I am currently running this code on a jupyter notebook. I have a folder full of .lab and .txt files, however when I specify the corpus location in
magpie.init_word_vectors(path,vec_dim)
It simply returns this error:
ValueError: The file /Path/Untitled.i.txt doesn't exist
I dont understand where the Untitled.i.txt part is coming from.
Thank you for any help
The text was updated successfully, but these errors were encountered: