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

config_tree.log cuts-out part of the configs due to maximum column width #661

Open
NaimSS opened this issue Mar 5, 2025 · 0 comments
Open

Comments

@NaimSS
Copy link

NaimSS commented Mar 5, 2025

The file config_tree.log cuts part of the configs if the width was large. For example, this is a part of the config_tree.log file:

CONFIG
├── data
│   └── _target_: data.doublecls_module.CLSDataModule         
│       data_dir: /storage8T/dataset/pad//                    
│       data_list: /home/naim/mae_facespoofing/preparation/dou
│       batch_size: 384                                       
│       train_val_split:                                      
│       - 0.7                                                 
│       - 0.3                                                 
│       num_workers: 9                                        
│       pin_memory: false

But the data_list argument actually is /home/naim/mae_facespoofing/preparation/double_cls_train.csv. I also notice a similar behavior in other rows, and all cut at the same point so it should be some maximum-width behavior.

Looking at the code print_config_tree is the function that does this, but I don´t know exactly the fix.

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

No branches or pull requests

1 participant