retiarii_index.rst 706 Bytes
Newer Older
QuanluZhang's avatar
QuanluZhang committed
1
2
3
4
5
6
7
8
9
10
#################
Retiarii Overview
#################

`Retiarii <https://www.usenix.org/system/files/osdi20-zhang_quanlu.pdf>`__ is a new framework to support neural architecture search and hyper-parameter tuning. It allows users to express various search space with high flexibility, to reuse many SOTA search algorithms, and to leverage system level optimizations to speed up the search process. This framework provides the following new user experiences.

..  toctree::
    :maxdepth: 2

    Quick Start <Tutorial>
QuanluZhang's avatar
QuanluZhang committed
11
12
13
    Write a Model Evaluator <WriteTrainer>
    One-shot NAS <OneshotTrainer>
    Advanced Tutorial <Advanced>
QuanluZhang's avatar
QuanluZhang committed
14
15
    Customize a New Strategy <WriteStrategy>
    Retiarii APIs <ApiReference>