Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
20f31bf6
Unverified
Commit
20f31bf6
authored
Jun 18, 2020
by
moneypi
Committed by
GitHub
Jun 17, 2020
Browse files
fix "No module named 'official.utils.logs'" for deep_speech (#8687)
parent
3e44a9d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
research/deep_speech/deep_speech.py
research/deep_speech/deep_speech.py
+2
-2
No files found.
research/deep_speech/deep_speech.py
View file @
20f31bf6
...
...
@@ -28,8 +28,8 @@ import data.dataset as dataset
import
decoder
import
deep_speech_model
from
official.utils.flags
import
core
as
flags_core
from
official.utils.logs
import
hooks_helper
from
official.utils.logs
import
logger
from
official.
r1.
utils.logs
import
hooks_helper
from
official.
r1.
utils.logs
import
logger
from
official.utils.misc
import
distribution_utils
from
official.utils.misc
import
model_helpers
...
...
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