mlcube_examples
mlcube_examples copied to clipboard
MLCube® examples
# GPUs example NOTE: This example depends on: [MLCUBE PR 345](https://github.com/mlcommons/mlcube/pull/345) ## Project setup An important requirement is that you must have Docker and/or Singularity installed. ```bash # Create Python...
This example is a tutorial on how to pack an existing project into MLCube using config 2.0 Please refer to the [README](https://github.com/davidjurado/mlcube_examples/blob/feature/boston_housing/boston_housing/README.md).
# MedPerf - MLCube - BraTs Challange Integration ## Project setup ```bash # Create Python environment and install MLCube Docker runner virtualenv -p python3 ./env && source ./env/bin/activate && pip...
Use mlcommons instead of mlperf
It would be helpful to have aarch64 containers for the examples in addtition to x86_64, to be specific, [hello_world](https://hub.docker.com/r/mlcommons/hello_world/tags) is available in just x86_64
This PR implements the code for a Hello World example, using the MedPerf MLCube project structure and manifest template. TODO: Readme
Currently all cubes will break when trying to install pip using `get-pip.py`. The reason for this is that `get-pip.py` has dropped compatibility with Python 3.**6** (see [here](https://pip.pypa.io/en/stable/installation/#compatibility)) which is default...
It would be nice to rename the mnist_openfl example to mnist_openflower to acknowledge how actively the Flower folks have been working with us. Not a big deal, just trying to...
This PR contains an example for using MLCube with CheXpert. Based on the config v2.0 It includes tasks for: - downloading the model (`download_model`) - simple preprocessing example (`preprocess`) -...
This proposes a unified storage description for config 2.0. Today, MLCube relies on a simple "file path" approach to describe the inputs and outputs of their tasks. However, for many...