You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running expr_mnist_SAE.py in the demo/ folder, this deprecation warning is reported:
/opt/lisa/os/lib/python2.7/site-packages/matplotlib/backend_bases.py:2407: MatplotlibDeprecationWarning: Using default event loop until function specific to this GUI is implemented
warnings.warn(str, mplDeprecation)
Though it doesn't cause problem at the moment, but it is better to solve it.
The text was updated successfully, but these errors were encountered:
While running expr_mnist_SAE.py in the demo/ folder, this deprecation warning is reported:
/opt/lisa/os/lib/python2.7/site-packages/matplotlib/backend_bases.py:2407: MatplotlibDeprecationWarning: Using default event loop until function specific to this GUI is implemented
warnings.warn(str, mplDeprecation)
Though it doesn't cause problem at the moment, but it is better to solve it.
The text was updated successfully, but these errors were encountered: