tensorflow / skflow

Simplified interface for TensorFlow (mimicking Scikit Learn) for Deep Learning
Apache License 2.0
3.18k stars 439 forks source link

DNNClassifier init failed #185

Closed duweifu closed 7 years ago

duweifu commented 7 years ago

when I test the code in the tutorial, classifier = skflow.DNNClassifier(hidden_units=[10, 20, 10], n_classes=3), I got this TypeError: init() takes at least 3 arguments (3 given)

ilblackdragon commented 7 years ago

Please file bugs at tensorflow repository - this one is inactive. Thanks!