ArtificialIntelligenceToolkit / conx

The On-Ramp to Deep Learning
http://conx.readthedocs.io
Other
97 stars 19 forks source link

dashboard buttons should check if self.model is None #95

Closed jmarshallgit closed 6 years ago

jmarshallgit commented 6 years ago

if self.model is None when the user clicks on a dashboard button (because the user forgot to compile the network, say), a simple error message should be printed ("Please compile the network first") rather than an ugly Exception (+ stacktrace) being generated.

dsblank commented 6 years ago

Fixed in 00167cb