AllenNeuralDynamics / AllenNeuralDynamics/device-spinner
Provide more succinct syntax option
未關閉
- 主要語言
- Python
- 星號
- 0
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Since config file lines can be a premium resource in large configs, we can fold the `module` and `class` line into one line by placing the entire path to the class in the driver separated by `.`'s.
If the `module` field is missing, we can try extracting if from the class
from:
```yaml
module: builtins
class: dict
```
to
```yaml
class: builtins.dict
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。