We provide examples on how to use the toolkit in your project.
A typical procedure is
- Install the toolkit as a Python package;
- Install the latest by
pip install https://github.com/IntelLabs/MART/archive/refs/heads/main.zip
- Or install a released version by
pip install https://github.com/IntelLabs/MART/archive/refs/tags/<VERSION>.zip
- Create a
configs
folder; - Add your configurations in
configs
; - Run experiments at the folder that contains
configs
.
The toolkit searches configurations in the order of ./configs
and mart.configs
.
Local configurations in ./configs
precede those built-in configurations in mart/configs
if they share the same name.
You can find specific examples in sub-folders.