-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
49 lines (39 loc) · 872 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
# built files
*.o
*.pyc
/inference-library/utils/parse_model/external/*.pb-c.*
/inference-library/utils/parse_model/parse_model
/inference-library/gcov/
/inference-library/build/*
# data files
/inference-library/nvm.bin
/inference-library/counters.bin
/inference-library/images/
!/inference-library/build/data.cpp
!/inference-library/build/data.h
# CCS-generated files
/inference-library/.launches/
/inference-library/msp430/Large_Data/
# External projects
/inference-library/msp430/driverlib
/inference-library/TI-DSPLib/*
# Trace code index
/cscope.in.out
/cscope.out
/cscope.po.out
/tags
# Dataset
/pruning/datasets/KWS_CNN_S
/pruning/data/
# Pruned models
/pruning/saved_models/
# Pruning logs
/pruning/logs/
# ipy
/pruning/.ipynb_checkpoints/
/pruning/plot.ipynb
/pruning/results/
# ssh
/pruning/open_ssh_tunnel.sh
/pruning/cpy_from_server.sh
README_tmp.md