tensorflow / skflow

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

Error while using *early_stopping* #69

Closed vinhqdang closed 8 years ago

vinhqdang commented 8 years ago

Hello

Today I tried to use _earlystopping feature (as here), and I found that my current skflow cannot find the keyword early_stopping_rounds.

I tried to reinstall skflow but it cannot upgrade because the version are the same (0.0.1). I have to first uninstall skflow then install it again.

So I think it would be good to update the version of skflow to update easier.

terrytangyuan commented 8 years ago

That's only minor addition so it doesn't make sense to make a new version out of it. You'll have to uninstall it first.

vinhqdang commented 8 years ago

Well, I have a different idea, but anyway ...

Thanks for your comment

terrytangyuan commented 8 years ago

Thanks for trying the new feature :-) We are developing fast so it's hard to do what you suggested. We'll do it soon though once the project is more stable.

vinhqdang commented 8 years ago

Yeah, at least I think it is good to mention it somewhere for other users to know how to get the new features :-P