GRAAL-Research / deepparse

Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning

Home Page:https://deepparse.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Retrain Issue with "bpemb" model

chandrai opened this issue · comments

While retraining with "bpemb" model_type, the model is not at all running. Its getting stuck forever. No checkpoints are getting created as well. What could be the reason?

Screen Shot 2021-08-20 at 5 24 59 PM

Could you provide more details on what system you are running? (Windows, Mac or Linux, #of GB of RAM, # of CPU, Python version, version of deepparse and BPemb)
Surely, retraining our model on a CPU can be quite long; I've never tested it, I will take a look at it.

Also, if it is the first time that you use a model, we download a couple of things in the user .cache/bpemb and .cache/deepparse directories. Verify if you have both files.

Surely, retraining our model on a CPU can be quite long; I've never tested it, I will take a look at it.

I've tested on one of my Linux computers, and using a CPU is way longer but not stalling. I will wait for your response to my question.

@chandrai do you still have a problem?

@chandrai do you still have a problem?

I ran it in GPU and then it worked. In cpu, it was not running.