mana-ysh / tiny-competition-infra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tiny-competition-infra

Tiny experiment manager with mlflow.
The source codes in mlflow-related parts are based on mlflow-docker-compose

Quick start

  1. start applications via docker-compose up
  2. do inference with your own methods, and submit results into evaluation server
    1. cd mlwork
    2. poetry shell
    3. make predict && make submit EXPERIMENT_NAME=hello-initial-experiment
  3. then check results on mlflow UI at localhost:5000

mlflow-example

About

License:Apache License 2.0


Languages

Language:Python 60.1%Language:Makefile 23.1%Language:Dockerfile 11.9%Language:Shell 5.0%