-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError running cell extraction with downloaded model #15
Comments
Sorry for the delay! The processing step looks suspicious to me, it normally takes a bit of time (about 40 seconds for me) for the data to process. Could you check the input, e.g. by checking the first entries of |
I ran it again and printed out the first entry of text_test. It is odd, it looks like its trying to run a batch of zero. Something must be wrong with one of the inputs but I didn't see any upstream errors so far.
|
Yes, there is something wrong with the input. With the latest commit, I have added some small additional loggings -- they might help to find what's going on. Could you pull the current version and try again? |
I gave this a try and ran into some namespace/path errors with the latest version (#18). I am trying this again with the path fixes I put in the latest PR |
Sorry for the delay, This is the error message I get with the changes in main
Should I try from the start? Does the new error help? |
Is that the end of the error message already? Does not tell us much beyond that the entries are not processed correctly. I would recommend doing a line by line check for l.237 to l.242 and check whether |
I am probably doing something incorrect here but I am not sure what. I got everything to run up to and including the combine script,
src/baseline/retriever/combine_retrieval.py
. I then downloaded the models linked in the README and tried to run the table cell extraction step and I run into this issue (see trace below)Have you seen this before? Any idea what I might have done wrong?
System specs
OS: centos07
python: 3.7
conda or pip: pip
The text was updated successfully, but these errors were encountered: