iterative / iterative/studio-support

DVC Studio 'Run new experiment' fields

Open
#36 2 comments 1 reaction 0 assignees View on GitHub
feature request
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
![image](https://user-images.githubusercontent.com/9109987/136972510-77760d1d-5fd4-4c44-90b5-1986c5a199b1.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.