Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
language-identification
Commits
a38fa16b
Commit
a38fa16b
authored
Jul 19, 2021
by
paul
Browse files
delete test file
parent
a30fa88b
Changes
1
Show whitespace changes
Inline
Side-by-side
test_ds.py
deleted
100644 → 0
View file @
a30fa88b
from
src.utils.training_utils
import
*
langs
=
[
'french'
,
'english'
]
labeled_ds
=
create_dataset_from_set_of_files
(
'test_data/test/'
,
langs
)
for
audio
,
x
,
label
in
labeled_ds
.
take
(
3
):
print
(
x
)
print
(
label
)
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