nijkah / siatune

Hyperparameter Tuning Toolbox for OpenMMLab Frameworks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

SIATune is an open-source deep learning model hyperparameter tuning toolbox especially for OpenMMLab's model frameworks such as mmdetection and mmsegmentation. In order to support job scheduling and resource management, SIATune adopts Ray and Ray.tune.

Major features

Installation and Getting Started

Please refer to get_started.md for installation and getting started.

License

This project is released under the Apache 2.0 license.

Citing SIATune

If you use SIATune in your research, please use the following BibTeX entry.

@misc{na2022siatune,
  author =       {Younghwan Na and Hakjin Lee and Junhwa Song},
  title =        {SIATune},
  howpublished = {\url{https://github.com/SIAnalytics/siatune}},
  year =         {2022}
}

About

Hyperparameter Tuning Toolbox for OpenMMLab Frameworks

License:Apache License 2.0


Languages

Language:Python 99.5%Language:Dockerfile 0.5%