-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (72 loc) · 2.28 KB
/
.gitignore
File metadata and controls
89 lines (72 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# =====================================================
# 🧠 原始数据集(Base Dataset)
# =====================================================
Base_datasets/
datasets/
# =====================================================
# 🔬 扩散/增强数据集(所有生成数据)
# =====================================================
Base_datasets_augmented*/
ldm_augmented*/
*_augmented*/
*_augmentation*/
*_synthetic*/
*_generated*/
new_base_datasets/
hybrid_alpha_*/
# =====================================================
# 🧪 DDPM / LDM / VARIANCE 实验输出(全部忽略)
# =====================================================
# DDPM udder experiments
ddpm-udder-results*/
ddpm_variance_*/
# LDM experiments
ldm_udder_*/
ldm_*/
# variance / diffusion experiments (future-proof)
variance_*/
*_variance_*/
# =====================================================
# 🧠 分类器实验(全部不上传)
# =====================================================
# 分类器不同数据版本实验
Classification_Experiments/Base_Dataset_*/
Classification_Experiments/Augmented_*/
Classification_Experiments/ddpm_vdm*/
Classification_Experiments/Three_Way_Comparison/
Classification_Experiments/Final_Analysis_Report_1/
Classification_Experiments/Final_Analysis_Report_2/
Classification_Experiments/Final_Analysis_Report_3/
Classification_Experiments/Final_Analysis_Report_4/
Classification_Experiments/Five_Way_Comparison
Classification_Experiments/mixed_Dataset_*/
# =====================================================
# 📊 训练结果 / 推理结果 / 实验输出
# =====================================================
results/
outputs/
inference_results*/
test_results*/
*_results*/
exp*/
# =====================================================
# 🧰 Python缓存
# =====================================================
__pycache__/
*.pyc
*.pkl
# =====================================================
# 🖥️ IDE & 环境
# =====================================================
.vscode/
.idea/
# =====================================================
# 📝 日志
# =====================================================
*.log
logs/
# =====================================================
# 📦 系统文件
# =====================================================
.DS_Store
Thumbs.db