summaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorlyz <[email protected]>2023-06-06 11:41:23 +0400
committerlyz <[email protected]>2023-06-06 11:41:23 +0400
commitf884a25d46e040e2aaa1cbb178d5700316d05454 (patch)
tree8ee939cd84d7194cc27121f4c77ba1767e3c2150 /config.yml
Initial commit
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..cdc91fb
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,22 @@
+#coding:utf-8
+authorName: default
+experimentName: example_mnist
+trialConcurrency: 1
+maxExecDuration: 24h
+maxTrialNum: 1000
+#choice: local, remote, pai
+trainingServicePlatform: local
+searchSpacePath: search_space.json
+#choice: true, false
+useAnnotation: false
+tuner:
+ #choice: TPE, Random, Anneal, Evolution, BatchTuner, MetisTuner, GPTuner
+ #SMAC (SMAC should be installed through nnictl)
+ builtinTunerName: TPE
+ classArgs:
+ #choice: maximize, minimize
+ optimize_mode: maximize
+trial:
+ command: python3 main.py
+ codeDir: .
+ gpuNum: 0 \ No newline at end of file