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

Training model from docker-compose fails, no error message #8

Closed
ezubaric opened this issue Jan 29, 2019 · 2 comments
Closed

Training model from docker-compose fails, no error message #8

ezubaric opened this issue Jan 29, 2019 · 2 comments

Comments

@ezubaric
Copy link
Collaborator

Running docker-compose to train a model is killed, but works fine from command line. Don't know what problem is, but at the very least should provide a more informative error message (or debugging instructions should be listed in README.md).
$ docker-compose run qb ./cli train /opt/conda/lib/python3.7/site-packages/sklearn/feature_extraction/text.py:17: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working from collections import Mapping, defaultdict ./cli: line 3: 7 Killed python -m qanta.tfidf $@ Jordans-Mini:qanta-codalab jbg$ PYTHONPATH="$PYTHONPATH:src/" python -m qanta.tfidf train Jordans-Mini:qanta-codalab jbg$ ls src/ cli data evaluation.log qanta run.sh tfidf.pickle

@EntilZha
Copy link
Member

Probably this issue with mac + docker, and memory limits https://github.com/Pinafore/qanta-codalab#installation

@ezubaric
Copy link
Collaborator Author

Thanks. However, that information should be at the end with the other issues, moving it down.

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

2 participants