This is a simple training pipeline for a segmentation model(Unet + Effnet) implemented in pytorch along with mlflow tracking.
- Create a virtual environment
python3 -m venv hubmap
source hubmap/bin/activate
- Install the requirements
make dev
- Begin the training
make train
- Launch the UI to see the tracked parameters and models
make ui