-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
25 lines (22 loc) · 773 Bytes
/
Copy path.gitignore
File metadata and controls
25 lines (22 loc) · 773 Bytes
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
# Dataset indexing files (ground truth and other info
# Includes modified indexing files for specific model purposes as well
data/lines.txt
# Ignore everything in lines/
data/lines
# Ignore intermediate files generated by the baseline model
data/chars/**/*.npy
# Ignore modified database line information file for the recognizer
data/lines_improved_recognizer.txt
# Ignore modified database line information file for the main network
data/lines_improved.txt
# macOS stuff
.DS_Store
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# All file locations with models and their information
src/recognizers/
src/main_model/
# Ignore all .pt files (specifically baseline_model_outputs.pt and other random .pt files)
*.pt
# Except those in models_export/
!/models_export/*.pt