forked from Alec-Wright/Automated-GuitarAmpModelling
-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
executable file
·46 lines (46 loc) · 956 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
*DS_Store
Results/*/*
!Results/*/bestvloss.txt
!Results/*/model_best.json
!Results/*/model.json
!Results/*/testloss_final.txt
*.sh
slurm*
runs
.idea/
.DS_Store
applet
application.linux-arm64
application.linux-armv6hf
application.linux32
application.linux64
application.windows32
application.windows64
application.macosx
out
Configs/*
!Configs/.gitkeep
!Configs/RNN1.json
!Configs/RNN2.json
!Configs/RNN3.json
!Configs/RNN3-LPB1-ex1.json
!Configs/RNN3-LPB1-ex2.json
!Configs/RNN3-LPB1_Parameterized.json
!Configs/RNN3-DS1_Parameterized.json
!Configs/Parameterization-Config.json
!Configs/Parameterization-Config-2.json
Data/*
!Data/test/ht1-input.wav
!Data/test/ht1-target.wav
!Data/train/ht1-input.wav
!Data/train/ht1-target.wav
!Data/val/ht1-input.wav
!Data/val/ht1-target.wav
!Data/train/muff-input.wav
!Data/train/muff-target.wav
!Data/test/muff-input.wav
!Data/test/muff-target.wav
!Data/val/muff-input.wav
!Data/val/muff-target.wav
Recordings/
runs2/