tensorflow / skflow

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

Remove call to set seed. Seed is set again in line that would use it #91

Closed dansbecker closed 8 years ago

dansbecker commented 8 years ago

This change has been verified not to affect the output of this example.

codecov-io commented 8 years ago

Current coverage is 90.88%

Merging #91 into master will not affect coverage as of b6cbb4f

@@            master     #91   diff @@
======================================
  Files           24      24       
  Stmts          889     889       
  Branches       131     131       
  Methods          0       0       
======================================
  Hit            808     808       
  Partial         40      40       
  Missed          41      41       

Review entire Coverage Diff as of b6cbb4f

Powered by Codecov. Updated on successful CI builds.

terrytangyuan commented 8 years ago

Thanks!

dansbecker commented 8 years ago

Thanks. I'd love to make a more meaningful contribution soon. If there are any areas where you'd especially like contributions, I'd be happy to look at it.

terrytangyuan commented 8 years ago

@dansbecker Great! Thanks for your interest. As far as I know the following issues haven't been resolved yet. You can try them out. @ilblackdragon might need to clean up the issues a bit since some of them are fixed already but I am not very sure. @ilblackdragon Can you take a look and close the ones that's been fixed?

6 Multi-output classification

52 #85

If you are interested, try to add more examples or applications for other popular models. More ops can be added too if needed.