-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (65 loc) · 1.26 KB
/
Copy path.gitignore
File metadata and controls
80 lines (65 loc) · 1.26 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Visual Studio Code files
.vscode
.vs
# PyCharm files
.idea
# Eclipse Project settings
*.*project
.settings
# Sublime Text settings
*.sublime-workspace
*.sublime-project
# Editor temporaries
*.swn
*.swo
*.swp
*.swm
*~
# IPython notebook checkpoints
.ipynb_checkpoints
# macOS dir files
.DS_Store
exp
data
raw_wav
tensorboard
**/build/
**/build-*/
**/cmake-build-*/
# CMake FetchContent download cache
runtime/**/fc_base/
# Backups of upstream WeNet files made before in-place patching
*.orig
# protoc output files
runtime/core/grpc/wenet.grpc.pb.cc
runtime/core/grpc/wenet.grpc.pb.h
runtime/core/grpc/wenet.pb.cc
runtime/core/grpc/wenet.pb.h
# Clangd files
.cache
compile_commands.json
# Hotword ablation tee captures (zero-byte stderr mirrors)
runtime/libtorch/eval_runs/**/*.log
# --- Hotword pipeline runtime artifacts ---
*.study.db
*.pareto.jsonl
*.tuned.yaml
*.eval.txt
*.metrics.txt
confusion.csv
confusion.masses.json
confusion.wenetspeech.csv
*.bak
autotune/
autotune_*/
cross_dataset/
sensitivity_analysis/
perturbed/
# Ablation result files (regenerated by run_ablations.sh)
runtime/libtorch/eval_runs/*.txt
runtime/libtorch/eval_runs/summary.tsv
runtime/libtorch/eval_runs/aishell1_*/