ArtificialIntelligenceToolkit / conx

The On-Ramp to Deep Learning

Home Page:http://conx.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dashboard buttons should check if self.model is None

jmarshallgit opened this issue · comments

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.