원클릭으로
logs-structure
Training logs directory structure for post-processing and analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Training logs directory structure for post-processing and analysis
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | logs-structure |
| description | Training logs directory structure for post-processing and analysis |
The logs/ directory contains training run outputs organized by timestamp-based folder names.
logs/xxx/runs/YYYY-MM-DD_HH-MM-SS-MICROSECONDS (e.g., 2025-07-12_18-11-28-389603)config_tree.log: Complete configuration tree for the runwandb/latest-run/files/wandb-metadata.json: System metadata, git info, and run parametersmetric/valid/metric/valid/step_XXX/DATASET_NAME/description_rankX.txt: Sample descriptions for each GPU rankMETRIC_NAME_rankX.csv: Sample-wise metrics of METRIC_NAME for each GPU rank_rankX suffix should be combined across all ranksbatch_info/batch_info/valid/step_XXX/DATASET_NAME/rank_X.txt containing detailed batch information and sample descriptionscheckpoints/step_X.ckpt, last.ckptviz/viz/valid/step_XXX/DATASET_NAME/X_rankY.png - visualization outputs per ranktrain.log: Training process logstags.log: Tag informationwandb/: Weights & Biases experiment tracking filescsv/hparams.yaml: Hyperparametersmetrics.csv: Aggregated metrics over time_rankX suffixes need to be combined for complete metricsdescription_rankX.txt provide contextstep_XXX folders correspond to validation checkpointsconfig_tree.log for training configurationwandb/latest-run/files/wandb-metadata.json for system info and git commitbatch_info/ for data structure detailsGit operations: branching, commit message format, pre-commit hook handling, and push policy
Full workflow: environment setup, running experiments, reusing and implementing new components (models, datasets, plmodules, callbacks), and testing
How to load a checkpoint and run evaluation (inference only, no training)
Reference code folder conventions — storing external code and documentation for AI-assisted development context
Coding style guidelines and common pitfalls for this project
Hydra configuration file structure and conventions for models, datasets, callbacks, and training