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
b14765c3
Commit
b14765c3
authored
Aug 17, 2017
by
Oier Mees
Committed by
Reed
Aug 16, 2017
Browse files
enables training the decoder, fixes matplotlib multi-threading issue #2160 (#2174)
parent
58fb6d7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ptn/utils.py
ptn/utils.py
+2
-0
No files found.
ptn/utils.py
View file @
b14765c3
...
@@ -20,6 +20,8 @@ from __future__ import division
...
@@ -20,6 +20,8 @@ from __future__ import division
from
__future__
import
print_function
from
__future__
import
print_function
import
StringIO
import
StringIO
import
matplotlib
matplotlib
.
use
(
'Agg'
)
from
matplotlib
import
pylab
as
p
from
matplotlib
import
pylab
as
p
# axes3d is being used implictly for visualization.
# axes3d is being used implictly for visualization.
from
mpl_toolkits.mplot3d
import
axes3d
as
p3
# pylint:disable=unused-import
from
mpl_toolkits.mplot3d
import
axes3d
as
p3
# pylint:disable=unused-import
...
...
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