minerva-ml / open-solution-toxic-comments

Open solution to the Toxic Comment Classification Challenge
https://www.kaggle.com/c/jigsaw-toxic-comment-classification-challenge
MIT License
154 stars 58 forks source link

requirements.txt doesn't seem to work. #17

Closed randomwalker42 closed 6 years ago

randomwalker42 commented 6 years ago

When I tried to run $ neptune send experiment_manager.py --environment keras-2.0-gpu-py3 --worker gcp-gpu-medium --config neptune_config.yaml -- train_evaluate_predict_pipeline --pipeline_name glove_lstm, the experiment failed because it failed to import attrdict.

However, this lib is already written in the requirements, and I guess somehow the program failed to check the requirements?

jakubczakon commented 6 years ago

If you look at your neptune_config.yaml file. Does it have the following line commented:

Comment out if not in Cloud Environment

pip-requirements-file: requirements.txt

if so, then uncomment pip-requirements-file: requirements.txt

randomwalker42 commented 6 years ago

I'm able to fix the problem by reinstalling neptune-cli.