Skip to content
This repository was archived by the owner on Aug 4, 2023. It is now read-only.

nathanw-mlc/mlcube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLBox

This is the MLBox Prototype. This is still under construction, some parts probably don't work yet.

Installation

To install:

git clone https://github.com/xyhuang/mlbox.git
cd mlbox

pip install .

To uninstall:

pip uninstall mlbox

Run an MLBox

TO run an example, such as our toy "fake model",

mlbox local_run examples/fake_model:train/small_batch
mlbox local_run examples/fake_model:train/small_batch --log_file=/tmp/my_log_file

Examples

Check out the examples directory for detailed examples.