retiarii_index.rst 966 Bytes
Newer Older
QuanluZhang's avatar
QuanluZhang committed
1
2
3
4
#################
Retiarii Overview
#################

5
6
7
8
9
10
11
`Retiarii <https://www.usenix.org/system/files/osdi20-zhang_quanlu.pdf>`__ is a deep learning framework that supports the exploratory training on a neural network model space, rather than on a single neural network model. 

Exploratory training with Retiarii allows user to express various search space for **Neural Architecture Search** and **Hyper-Parameter Tuning** with high flexibility. 

As previous NAS and HPO supports, the new framework continued the ability for allowing user to reuse SOTA search algorithms, and to leverage system level optimizations to speed up the search process. 

Follow the instructions below to start your journey with Retiarii.
QuanluZhang's avatar
QuanluZhang committed
12
13
14
15
16

..  toctree::
    :maxdepth: 2

    Quick Start <Tutorial>
QuanluZhang's avatar
QuanluZhang committed
17
18
19
    Write a Model Evaluator <WriteTrainer>
    One-shot NAS <OneshotTrainer>
    Advanced Tutorial <Advanced>
QuanluZhang's avatar
QuanluZhang committed
20
    Customize a New Strategy <WriteStrategy>
21
    Retiarii APIs <ApiReference>