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
bob
bob.pad.voice
Commits
9f90dce2
Commit
9f90dce2
authored
Feb 15, 2017
by
Pavel KORSHUNOV
Browse files
add empty bio preprocessor
parent
cc6a6e11
Changes
2
Hide whitespace changes
Inline
Side-by-side
bob/pad/voice/extractor/audio_tensorflow.py
View file @
9f90dce2
...
...
@@ -33,7 +33,7 @@ class AudioTFExtractor(Extractor):
**
kwargs
):
Extractor
.
__init__
(
self
,
requires_training
=
True
,
# it's True, so that extractor can be loaded from file
Extractor
.
__init__
(
self
,
requires_training
=
False
,
split_training_data_by_client
=
False
,
skip_extractor_training
=
True
,
**
kwargs
)
...
...
setup.py
View file @
9f90dce2
...
...
@@ -168,6 +168,11 @@ setup(
],
'bob.bio.preprocessor'
:
[
# Just store WAV files 'as is' in HDF5
'dummytfp = bob.pad.voice.extractor.dummy_tensorflow:dummytf'
,
],
'bob.bio.extractor'
:
[
'audiotf = bob.pad.voice.extractor.audio_tensorflow:audiotf'
,
# For audio tensorflow
],
...
...
Write
Preview
Supports
Markdown
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