vsuthichai/paraphraser

The demo page doesn't return anything

precogtyrant opened this issue · 3 comments

Hello,
I just tried using the demo at http://pair-a-phrase.it/
I tried testing with a sentence but it didn't return any result.

The http request shows it failed.

thanks

Hi @precogtyrant, apologies the model is served off a home gpu, which isn't very cost effective for me. I'm looking for a cheap gpu host provider.

Hi @vsuthichai thanks for your reply.
I tried running the inference.py but I got an error on the file embeddings.py (line 9) where it tries to open the "../../para-nmt-50m/data/ngram-word-concat-40.pickle" which isn't in the directory. Where can I find the file? Also, is it necessary to load it when I am just trying to use the pretrained models included in the project?

thanks again