forked from Fiwo735/Transformer_Neural_Network_HLS
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (83 loc) · 1.29 KB
/
.gitignore
File metadata and controls
100 lines (83 loc) · 1.29 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
90
91
92
93
94
95
96
97
98
99
100
# HLS4ML tutorial repo
# hls4ml_tutorial/model_1
hls4ml_tutorial/model_2
hls4ml_tutorial/model_3
hls4ml_tutorial/pruned_cnn
hls4ml_tutorial/quantized_pruned_cnn
hls4ml_tutorial/*.npy
hls4ml_tutorial/scikit_learn_data
hls4ml_tutorial/__pycache__
hls4ml_tutorial/images
hls4ml_tutorial/lost+found
hls4ml_tutorial/hsperfdata_root
*tar.gz
*events.out*
# Thesis
thesis/*.aux
thesis/*.bbl
thesis/*.blg
thesis/*.bcf
thesis/*.fdb_latexmk
thesis/*.fls
thesis/*.loa
thesis/*.lof
thesis/*.log
thesis/*.lot
thesis/*.out
thesis/*.run.xml
thesis/*.synctex.gz
thesis/*.tdo
thesis/*.toc
thesis/*-converted-to*
# Datasets
.energyflow
example_data
# VSCode
.vscode
# PyCharm
.idea
# C++
*.o
# HLS
vivado_hls.log
.autopilot_exit
autopilot.flow.log
csim.exe
csim_layers.log
myproject_csim.log
hls/myproject_prj/solution1/*
example_hls
# Python
*.npy
*.pyc
# nohup - for long running jobs
nohup*
best_quant_*
grid_search_*
search.out
search_quant.out
# Dataset H5 files
*.h5
# Temporary copy of hls directory
hls_*
# ScaleHLS
scalehls
# Torch-MLIR
torch-mlir
# Environments
mlir_venv
# Vivado logs
logs/vivado_hls_run.log
logs/vivado_hls_run2.log
logs/vivado_hls_run3.log
logs/vivado_hls_run4.log
*.log
# PyTorch logs
*training_mean_var.txt
# PyTorch models
*.model.pth
*script.pth
*.pth.tar
*.mlir
# Old MSc code
fyp21yuan_code