jxmorris12 / vec2text

utilities for decoding deep representations (like sentence embeddings) back to text
Other
673 stars 75 forks source link

remove hard coded home directory #11

Closed braceal closed 9 months ago

braceal commented 9 months ago

Hi @jxmorris12, I noticed this line gives a file not found error with the original implementation. The expanduser function unpacks the "~" to generalize it to any home directory. I'm not sure if you're accepting PRs, feel free to ignore 🙂

jxmorris12 commented 9 months ago

btw @braceal I certainly am accepting PRs, feel free to make more changes/improvements as you see fit.