You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: