graviraja / MLOps-Basics

MIT License
6.06k stars 1.01k forks source link

[Bug] Getting an error related to colorlog during the training #10

Closed AbirKorched closed 3 years ago

AbirKorched commented 3 years ago

🐛 Bug

I get an error ​ ​when trying to train the model using the code from week2.

Stack trace

Could not load override hydra/job_logging/colorlog

Environment

I created a virtual environment using week2 requirements.

graviraja commented 3 years ago

Hi @abirkorched Can you try installing the following versions and check

pip install hydra-core==1.1.0
pip install hydra-colorlog==1.1.0
AbirKorched commented 3 years ago

Hi @graviraja,

I tested with version 1.1.0. It works fine now :)

Thank you!