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

V1 #72

Closed ragavvenkatesan closed 7 years ago

ragavvenkatesan commented 7 years ago

Releasing v1.0rc1

codecov-io commented 7 years ago

Codecov Report

Merging #72 into master will increase coverage by 5.78%. The diff coverage is 98.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #72      +/-   ##
==========================================
+ Coverage   51.66%   57.45%   +5.78%     
==========================================
  Files          50       60      +10     
  Lines       11011    10941      -70     
==========================================
+ Hits         5689     6286     +597     
+ Misses       5322     4655     -667
Impacted Files Coverage Δ
yann/modules/optimizer.py 94.05% <ø> (+4.21%) :arrow_up:
yann/utils/raster.py 100% <ø> (+35.55%) :arrow_up:
yann/modules/abstract.py 100% <ø> (+12.5%) :arrow_up:
yann/layers/conv_pool.py 100% <ø> (+0.45%) :arrow_up:
setup.py 100% <ø> (ø) :arrow_up:
yann/modules/resultor.py 100% <ø> (+0.86%) :arrow_up:
yann/core/conv.py 11.33% <ø> (-0.12%) :arrow_down:
yann/layers/random.py 100% <ø> (ø) :arrow_up:
yann/modules/visualizer.py 63.04% <ø> (+0.14%) :arrow_up:
tests/core/test_errors.py 100% <ø> (ø)
... and 37 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 7e70f63...9c968ae. Read the comment docs.