"examples/vscode:/vscode.git/clone" did not exist on "2246d2c7c4afb5156d68500b53d7f5693428b29e"
Commit b14765c3 authored by Oier Mees's avatar Oier Mees Committed by Reed
Browse files

enables training the decoder, fixes matplotlib multi-threading issue #2160 (#2174)

parent 58fb6d7e
......@@ -20,6 +20,8 @@ from __future__ import division
from __future__ import print_function
import StringIO
import matplotlib
matplotlib.use('Agg')
from matplotlib import pylab as p
# axes3d is being used implictly for visualization.
from mpl_toolkits.mplot3d import axes3d as p3 # pylint:disable=unused-import
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment