بنقرة واحدة
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 المهني
Git 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
| 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 details