-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
37 lines (37 loc) · 1.12 KB
/
.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
<<<<<<< HEAD
/Proposal.aux
/Proposal.log
/Proposal.out
/Proposal.pdf
/Proposal.bbl
/Proposal.blg
/Proposal.toc
=======
/Audio Manipulation/__pycache__/audioDataLoader.cpython-36.pyc
/CommandPad.py
/Initial Testing/
/Experiments/Experiment-WGAN-1024/__pycache__/Networks-WGAN-1024.cpython-36.pyc
/Experiments/Experiment-WGAN-4096/__pycache__/Networks-WGAN-4096.cpython-36.pyc
/AWS Instance/TestPair.pem
Experiments/Experiment-WGAN-1024/Data/*
Experiments/Experiment-WGAN-4096/Data/*
Experiments/Experiment-WGAN-1024/__pycache__/*
/Testing/Initial Testing/__pycache__/Testing Discriminator.cpython-36.pyc
/Testing/Initial Testing/__pycache__/Testing Generator.cpython-36.pyc
/Testing/Initial Testing/__pycache__/waveGAN-D-1024.cpython-36.pyc
/Testing/Initial Testing/__pycache__/waveGAN-G-1024.cpython-36.pyc
/Testing/Initial Testing/__pycache__/waveGAN2048.cpython-36.pyc
/.#CommandPad.py
Experiments/Experiment-CWGAN/__pycache__/*
Experiments/Experiment-CWGAN/Data/*
Experiments/Experiment-CWGAN/tmp/*
Experiment/Data/*
Experiment/__pycache__/
Experiment/tmp/*
Generated/*
Results/*
Results/*
Outputs/*
Temp Results/*
*.txt
>>>>>>> ProjectCode/master