danijar / layered

Clean implementation of feed forward neural networks
MIT License
240 stars 33 forks source link

Matplotlib is super slow on Mac #24

Open danijar opened 8 years ago

danijar commented 8 years ago

By far the most time is spent in start_event_loop _macosx.FigureCanvas.

danijar commented 8 years ago

It's probably an issue with the MacOSX backend, see https://github.com/matplotlib/matplotlib/issues/5675. A workaround is to force the TkAgg backend on Mac.

danijar commented 8 years ago

Try out solution here https://github.com/matplotlib/matplotlib/issues/5675#issuecomment-164617874 so we can use the MacOSX backend again.