You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the code in Oracle mode. I imported all required libraries into conda env, showing its .yml content below.
However, running the text2mapVec.py gives a vector of zeros, while I expected it to be something like the content of file eval_lgl.txt? How to generate file like data/eval_<dataset>.txt (e.g., data/eval_lgl.txt)?
Hi there, sorry, I don't know why it's not working for you. I don't think it's the environment. It's most likely something to do with your data or the way you're using the script. The returned sparse vector will always be more than 99% zeros, that's normal. I would debug the script in Pycharm with your input files if I were you. There isn't much going on so should be easy to diagnose. Hope this helps.
Hello,
I'm trying to run the code in Oracle mode. I imported all required libraries into
conda
env, showing its.yml
content below.However, running the
text2mapVec.py
gives a vector of zeros, while I expected it to be something like the content of fileeval_lgl.txt
? How to generate file likedata/eval_<dataset>.txt
(e.g.,data/eval_lgl.txt
)?What could be the reason?
The text was updated successfully, but these errors were encountered: