"...asr/git@developer.sourcefind.cn:OpenDAS/torchaudio.git" did not exist on "39fe9df6ab19f27b4b86fc226a3adfc4eb3f5f0a"
Unverified Commit 95f4c863 authored by gxiaotian's avatar gxiaotian Committed by GitHub
Browse files

Adapt system auto tuning examples to NNI V2 (#3784)

parent 9e70639a
...@@ -95,11 +95,14 @@ New Algorithms ...@@ -95,11 +95,14 @@ New Algorithms
.. code-block:: bibtex .. code-block:: bibtex
@article{gao2020opevo, @article{Gao2021opevo,
title={OpEvo: An Evolutionary Method for Tensor Operator Optimization}, title={OpEvo: An Evolutionary Method for Tensor Operator Optimization},
author={Gao, Xiaotian and Wei, Cui and Zhang, Lintao and Yang, Mao}, volume={35},
journal={arXiv preprint arXiv:2006.05664}, url={https://ojs.aaai.org/index.php/AAAI/article/view/17462},
year={2020} number={14},
journal={Proceedings of the AAAI Conference on Artificial Intelligence},
author={Gao, Xiaotian and Cui, Wei and Zhang, Lintao and Yang, Mao},
year={2021}, month={May}, pages={12320-12327}
} }
Measurement and Understanding Measurement and Understanding
......
authorName: default
experimentName: auto_rocksdb_SMAC experimentName: auto_rocksdb_SMAC
searchSpaceFile: search_space.json
trialCommand: python3 main.py
trialCodeDirectory: .
trialGpuNumber: 0
trialConcurrency: 1 trialConcurrency: 1
maxExecDuration: 12h maxExperimentDuration: 24h
maxTrialNum: 256 maxTrialNumber: 256
#choice: local, remote, pai
trainingServicePlatform: local
searchSpacePath: search_space.json
#choice: true, false
useAnnotation: false
tuner: tuner:
#choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner name: SMAC
#SMAC (SMAC should be installed through nnictl)
builtinTunerName: SMAC
classArgs: classArgs:
#choice: maximize, minimize
optimize_mode: maximize optimize_mode: maximize
trial: trainingService:
command: python3 main.py platform: local
codeDir: . useActiveGpu: False
gpuNum: 0
authorName: default
experimentName: auto_rocksdb_TPE experimentName: auto_rocksdb_TPE
searchSpaceFile: search_space.json
trialCommand: python3 main.py
trialCodeDirectory: .
trialGpuNumber: 0
trialConcurrency: 1 trialConcurrency: 1
maxExecDuration: 12h maxExperimentDuration: 24h
maxTrialNum: 256 maxTrialNumber: 256
#choice: local, remote, pai
trainingServicePlatform: local
searchSpacePath: search_space.json
#choice: true, false
useAnnotation: false
tuner: tuner:
#choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner name: TPE
#SMAC (SMAC should be installed through nnictl)
builtinTunerName: TPE
classArgs: classArgs:
#choice: maximize, minimize
optimize_mode: maximize optimize_mode: maximize
trial: trainingService:
command: python3 main.py platform: local
codeDir: . useActiveGpu: False
gpuNum: 0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment