#!/bin/bash
source ../tmp/venv/bin/activate
python train.py --config_path config.json --debug true
