poetry install
export PYTHONPATH=`pwd`
-
Change all constants in file consts.py
-
Run
poetry run python src/prepare_training.py -
Run
poetry run python src/start_job.pytake note of the job arn and role name created. You will need them later -
Change the job_arn in
monitor_job.py. Runpoetry run python src/monitor_job.pyuntil the job is completed or check in the AWS Console and wait for completion -
Change the job_arn in
deploy_model.py. Runpoetry run python src/deploy_model.py
Run poetry run python src/clean_up.py