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 はまだ評価されていません。