Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 972 Bytes

README_mlcube.md

File metadata and controls

38 lines (26 loc) · 972 Bytes

DataPerf Speech Example - MLCube integration

Project information: Readme

Project setup

# Create Python environment and install MLCube Docker runner 
virtualenv -p python3 ./env && source ./env/bin/activate && pip install mlcube-docker

# Fetch the implementation from GitHub
git clone https://github.com/harvard-edge/dataperf-speech-example && cd ./dataperf-speech-example
git fetch origin pull/1/head:feature/MLCube-integration && git checkout feature/MLCube-integration

Project structure

Diagram

Tasks execution

# Run download task
mlcube run --task=download -Pdocker.build_strategy=always

# Run select task
mlcube run --task=select -Pdocker.build_strategy=always

# Run evaluate task
mlcube run --task=evaluate -Pdocker.build_strategy=always

Execute complete pipeline

# Run all steps
mlcube run --task=download,select,evaluate -Pdocker.build_strategy=alwaysç