Ze-Yi LIN
Ze-Yi LIN
> 我习惯传入的swanlab.config是一个有多层嵌套的字典,例如config={"model":{"model_name":"resnet", "inout_shape":[3,100,100]...}, "data":{"dataset_name": "imagenet", "data_path": "./Data",...}, "optimizer":{...}},特别是和hydra协同工作的时候。现在我发现在点进run后卡片中的配置栏可以很清晰的显示这种多层嵌套结构。但是在概述中的表格视角,只能解析到一层嵌套,例如上面的config只会解析到model是一个[object Object],我希望可以像wandb一样可以将嵌套字典的在表格中可以拆解开,表达为model.model_name,model.input_shape, data.dataset_name, data.data_path这种。这样可以方便我根据config对run进行分组,比如根据model.model_name分组或者data.dataset_name分组。 > > 总之,我希望未来实现group功能时,可以考虑到对传入的config是多层嵌套这种情况的便利支持。 Look at this @Feudalman
id的传入是个非常不错的设计,我们会关注这个feature
You are right, we are developing the usage of log_code() to allow files like train.py to be uploaded with the experiment; we believe this may be a more convenient way.
谢谢建议,我们会关注这个feature
我们会在7~8月之间与“表格视图的优化”、“实验分组”等这些涉及到更好的表格的特性一起,实现这个功能
We are paying attention to this requirement and will support it as early as Q2.
可以关注此Issue:https://github.com/SwanHubX/SwanLab/issues/937