tensorflow / skflow

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

Fixes #9: Neural translation #66

Closed ilblackdragon closed 8 years ago

ilblackdragon commented 8 years ago

WIP: Making neural translation model to work by implementing full scale support for sequence to sequence models and iterating over data.

codecov-io commented 8 years ago

Current coverage is 86.98%

Merging #66 into master will decrease coverage by -5.37% as of 16a2263

@@            master     #66   diff @@
======================================
  Files           33      22    -11
  Stmts         1047     730   -317
  Branches         0     106   +106
  Methods          0       0       
======================================
- Hit            967     635   -332
- Partial          0      35    +35
+ Missed          80      60    -20

Review entire Coverage Diff as of 16a2263

Powered by Codecov. Updated on successful CI builds.

codecov-io commented 8 years ago

Current coverage is 90.75%

Merging #66 into master will decrease coverage by -1.60% as of 4927b60

@@            master     #66   diff @@
======================================
  Files           33      34     +1
  Stmts         1047    1092    +45
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit            967     991    +24
  Partial          0       0       
- Missed          80     101    +21

Review entire Coverage Diff as of 4927b60

Powered by Codecov. Updated on successful CI builds.