ArtificialIntelligenceToolkit / conx

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

setting InputLayer min/max range automatically #91

Closed jmarshallgit closed 6 years ago

jmarshallgit commented 6 years ago

The min/max range of an InputLayer should be set automatically as determined by the current dataset (unless the user explicitly specifies minmax=). This should happen whenever a new dataset is specified, or the dashboard is refreshed.

dsblank commented 6 years ago

Done!