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
f47878e3
Commit
f47878e3
authored
Jul 16, 2021
by
Paul Bethge
Browse files
fix bug
parent
fc6907bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
train_simple.py
View file @
f47878e3
...
...
@@ -23,7 +23,7 @@ from tensorflow.keras.metrics import Precision, Recall, CategoricalAccuracy
from
tensorflow.keras.models
import
load_model
import
src.models
as
models
from
src.utils.training_utils
import
CustomCSVCallback
,
get_saved_model_function
,
from
src.utils.training_utils
import
CustomCSVCallback
,
get_saved_model_function
from
src.utils.training_utils
import
create_dataset_from_set_of_files
,
tf_normalize
from
src.audio.augment
import
AudioAugmenter
...
...
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