Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ADVICE] 增加针对Hydra分层配置文件云端显示的展开折叠功能 #626

Open
nxZhai opened this issue Jun 14, 2024 · 2 comments
Assignees
Labels
🏠 advice advice to the project

Comments

@nxZhai
Copy link

nxZhai commented Jun 14, 2024

🤪 Features description [Please make everyone to understand it]

集成Hydra的分层配置文件时, 只有单变量会显示美观, 内部的字典变量还是按原始格式显示. 希望在云端能增加针对字典的展开折叠功能.

👍 What problem does this feature solve

image

🚑 Any additional [like screenshots]

以下是我参考文档写的入口脚本. 看了下issues没有查到这个问题, 如果是我忽视了解决方案请提醒我~感谢

@hydra.main(version_base=None, config_path="configs", config_name="config")
def main(cfg: DictConfig):
    # swanlab init
    run = swanlab.init(
                        project=cfg.swanlab.project,
                        experiment_name=cfg.swanlab.experiment_name,
                        config=omegaconf.OmegaConf.to_container(
                                cfg, resolve=True, throw_on_missing=True))
@nxZhai nxZhai added the 🏠 advice advice to the project label Jun 14, 2024
@nxZhai nxZhai changed the title [ADVICE] Hydra分层配置文件云端显示为原始字典 [ADVICE] 增加针对Hydra分层配置文件云端显示的展开折叠功能 Jun 14, 2024
@Zeyi-Lin
Copy link
Member

谢谢建议,我们会关注这个feature

@Zeyi-Lin
Copy link
Member

我们会在7~8月之间与“表格视图的优化”、“实验分组”等这些涉及到更好的表格的特性一起,实现这个功能

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏠 advice advice to the project
Projects
None yet
Development

No branches or pull requests

3 participants