-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
57 lines (48 loc) · 896 Bytes
/
.gitignore
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
# 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*
examples/onnx/*.onnx
examples/onnx/*.log
examples/onnx/onnx_tmp1.py
examples/onnx/onnx_try.py
examples/onnx/result.txt
examples/onnx/tmp2.ipynb
examples/onnx/try2.py
examples/onnx/try_decoder_layer.py
examples/onnx/try_all_details.py
examples/onnx/run.sh
examples/onnx/onnx_ctc.py
examples/onnx/onnx_decoder.py
examples/onnx/wenet
examples/onnx/tools
examples/onnx/onnx_encoder.py
examples/onnx/onnx_all.py
examples/onnx/onnx_encoder_conformer.py
examples/onnx/run_onnx_my.sh