iterative / iterative/studio-support
DVC Studio 'Run new experiment' fields
- Dominant language
- No language data
- Stars
- 17
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
It would be nice to have support for multiline text field for experiment configuration.
For example if I need to pass several elements to config in a list, I must write them in one tiny line which is not very convenient.
Here's an example:
```yaml
callbacks:
- callback: 'TensorBoard'
args:
log_dir: '../logs'
- callback: 'ModelCheckpoint'
args:
filepath: 'data/checkpoints/ckpt_{epoch:03d}'
save_best_only: True
monitor: 'val_output_1_map'
```
which get transformed in something like this

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.