Nguyễn Quốc Việt commited on
Commit
721c42a
·
verified ·
1 Parent(s): 7485b66

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -70,6 +70,17 @@ python main.py
70
  - `training_logs/stage2_results.csv` - Detailed training metrics
71
  - `training_logs/stage2_val_batch0_pred.jpg` - Sample validation predictions
72
 
 
 
 
 
 
 
 
 
 
 
 
73
  ### Documentation
74
  - `PROJECT_REPORT.md` - Complete project documentation
75
  - `README.md` - This file
 
70
  - `training_logs/stage2_results.csv` - Detailed training metrics
71
  - `training_logs/stage2_val_batch0_pred.jpg` - Sample validation predictions
72
 
73
+ ### Training Runs Structure
74
+ - `training_runs/stage1_smart/` - Stage 1 training configuration and weights
75
+ - `args.yaml` - Training arguments
76
+ - `weights/last.pt` - Last epoch weights
77
+ - `training_runs/stage2_improved/` - Stage 2 training configuration and weights
78
+ - `args.yaml` - Training arguments
79
+ - `weights/last.pt` - Last epoch weights
80
+ - `BoxF1_curve.png` - F1 score curve
81
+ - `BoxPR_curve.png` - Precision-Recall curve
82
+ - `labels.jpg` - Label distribution visualization
83
+
84
  ### Documentation
85
  - `PROJECT_REPORT.md` - Complete project documentation
86
  - `README.md` - This file