1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 06:46:56 +08:00

add register ops config

This commit is contained in:
bxdd
2021-01-20 18:44:53 +09:00
parent 3dda2cb379
commit 6daaa79519
4 changed files with 119 additions and 21 deletions

View File

@@ -187,6 +187,8 @@ MODE_CONF = {
"timeout": 100,
"logging_level": "INFO",
"region": REG_CN,
## Custom Operator
"custom_ops": [],
},
}