Results 17 comments of Aneesh Joshi

Hi @adikolsur , could you mention which parts are unclear? Have you taken a look at comments and links (to the paper and website)?

@thoppe https://github.com/RaRe-Technologies/bounter/blob/1585aff2afb20dca5bb7115e119497a7c22f1d2b/bounter/bounter.py#L32-L33 doesn't seem to do anything but raise an error. @piskvorky we should probably also move the docs style to be more like numpy docs (like is being done...

@hustcat @hannibalhuang Any updates on this?

Unfortunately, this repo only supports tf 0.11 which had another definition of _linear. It's location and definition has since changed. I tried a lot to port it to 1.3 but...

Hey @Vimos Thanks for replying. I ran your repo. However, I get the following error: ``` Traceback (most recent call last): File "/home/aneeshyjoshi/miniconda3/envs/gensim_env/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File...

@Vimos Thanks a lot! (Like you said, I forgot to change branches) It's working. Maybe you could make a PR to the original repo. It will be useful for everybody....

The repo doesn't support anything other than tf 0.11. So, you can expect unexpected stuff. I was unable to port it myself from 0.11 to 1.2 Were you able to...