danijar / layered

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

Plot crashes on exit #9

Closed danijar closed 8 years ago

danijar commented 8 years ago

Harder than expected since Tkinter doesn't support multi threading. Would require using another interactive backend. GTK is widely used but doesn't work with virtualenv. May be easier to switch threads so that the GUI can run in the main thread.