tensorflow / skflow

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

Fixes #79: Zeros dropouts on prediction #81

Closed ilblackdragon closed 8 years ago

ilblackdragon commented 8 years ago

Added custom dropout op, that adds probability tensor to the collection DROPOUTS and zeros it on prediction

codecov-io commented 8 years ago

Current coverage is 87.51%

Merging #81 into master will decrease coverage by -4.62% as of b378657

@@            master     #81   diff @@
======================================
  Files           20      23     +3
  Stmts          572     745   +173
  Branches        80     112    +32
  Methods          0       0       
======================================
+ Hit            527     652   +125
- Partial         21      35    +14
- Missed          24      58    +34

Review entire Coverage Diff as of b378657

Powered by Codecov. Updated on successful CI builds.