-
Notifications
You must be signed in to change notification settings - Fork 3
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
Problem with simple_tokenizer #1
Comments
Thanks for pointing it out! |
Thanks! |
wikipedia2vec is missing in requirements.txt |
OK. Please let me know other issues as well, which may due to naming conversion, typos, and migration from our server to github repo. |
if I run train_imax_kw_intent.py, I´ll get a FileNotFoundError: |
In train_imax_kw_intent.py: I have added tfidf_sparse_vec_intent.pkl in ./embeddings/ For sentiment data, this file is created from ./src/extract_sentiment.py This tfidf_sparse_vec_intent.pkl file is mainly used to extract keywords per sentences. However, Torch Data Loader prefers numeric array representation that can be reshaped during batch training episode. |
Hello, I am also trying to reproduce your work. After taking into account the issues discussed above, I have this new error :
Thanks ! |
I removed the _rl at the end of the file name and it seems to work. There were several other modules missing such as tensorflow, keras, sklearn, which are not in the requirement.txt file... I have a new error with a package 'utility' that I haven't yet fixed.
|
Thanks. |
Hi,
I want to use your approach, but I want to train (train_protoinfomax_kws_sentiment.sh) I will get the error: No module named 'simple_tokenizer '. There is no simple_tokenizer.py file and I cant find any Tokenizer called 'simple_tokenizer'. Is this module outdated or am I doing something wrong?
Thanks!
The text was updated successfully, but these errors were encountered: