ragavvenkatesan / yann

This toolbox is support material for the book on CNN (http://www.convolution.network).
http://www.yann.network
Other
41 stars 27 forks source link

Unit tests for modules and network #67

Closed buddhapuneeth closed 7 years ago

buddhapuneeth commented 7 years ago

Added tests for modules and network.py

codecov-io commented 7 years ago

Codecov Report

Merging #67 into V1 will increase coverage by 8.67%. The diff coverage is 96.33%.

Impacted file tree graph

@@            Coverage Diff            @@
##              V1      #67      +/-   ##
=========================================
+ Coverage   43.5%   52.17%   +8.67%     
=========================================
  Files         33       50      +17     
  Lines       6000    10886    +4886     
=========================================
+ Hits        2610     5680    +3070     
- Misses      3390     5206    +1816
Impacted Files Coverage Δ
yann/layers/abstract.py 100% <ø> (+29.2%) :arrow_up:
yann/layers/conv_pool.py 99.54% <ø> (+13.11%) :arrow_up:
yann/layers/transform.py 100% <ø> (+0.99%) :arrow_up:
yann/layers/flatten.py 100% <ø> (+6.25%) :arrow_up:
yann/layers/output.py 100% <ø> (+29.76%) :arrow_up:
yann/layers/random.py 100% <ø> (+2.17%) :arrow_up:
yann/layers/fully_connected.py 100% <ø> (+1.13%) :arrow_up:
yann/layers/input.py 100% <ø> (+2.08%) :arrow_up:
yann/layers/batch_norm.py 100% <ø> (+21.64%) :arrow_up:
tests/layers/test_abstract.py 100% <100%> (ø) :arrow_up:
... and 42 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0f4a8fc...daa4bc8. Read the comment docs.

ragavvenkatesan commented 7 years ago

Merging.