Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Richard Vogl
piano_transcription
Commits
5f01f82d
Commit
5f01f82d
authored
Jun 15, 2018
by
Richard Vogl
Browse files
model changes
parent
c2b51ef1
Changes
1
Hide whitespace changes
Inline
Side-by-side
piano_transcription/data/__init__.py
View file @
5f01f82d
...
...
@@ -4,9 +4,9 @@ import numpy as np
# TODO remove this and load and use real data!
FEAT_SIZE
=
300
OUT_SIZE
=
80
FULL_SEQ_LEN
=
2
000
NUM_SAMPLES_TRAIN
=
100
NUM_SAMPLES_VALID
=
10
FULL_SEQ_LEN
=
1
000
NUM_SAMPLES_TRAIN
=
8
NUM_SAMPLES_VALID
=
2
def
generate_random_sample
():
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment