Skip to content
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

Make models errors #41

Open
lizgzil opened this issue Aug 6, 2020 · 0 comments
Open

Make models errors #41

lizgzil opened this issue Aug 6, 2020 · 0 comments

Comments

@lizgzil
Copy link
Contributor

lizgzil commented Aug 6, 2020

When we download the models we look for all the artefact_targets, but these are out of date to the format the multitask models are saved in so we get the error:

(base) 01763-IA-GallaghE:deep_reference_parser gallaghe$ make models
aws s3 cp s3://datalabs-public/deep_reference_parser/models/multitask/2020.4.5_multitask/char2ind.pickle models/multitask/2020.4.5_multitask/char2ind.pickle
fatal error: An error occurred (404) when calling the HeadObject operation: Key "deep_reference_parser/models/multitask/2020.4.5_multitask/char2ind.pickle" does not exist
make: *** [models/multitask/2020.4.5_multitask/char2ind.pickle] Error 1

So I think the artefact_targets need to be downloaded if they exist but skipped over otherwise.

Also I think indices.pickle needs to be added to the list of artefact_targets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant