Closed sagarvijaygupta closed 6 years ago
@marco-c was there a reason the earlier networks were written layer by layer ?
Not really, at the beginning vgg-like was written layer by layer, then I forgot that Keras was providing built-in networks for standard architectures.
There are conflicts to solve.
Merging #205 into master will increase coverage by
0.09%
. The diff coverage is60%
.
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
+ Coverage 22.11% 22.21% +0.09%
==========================================
Files 11 11
Lines 1126 1130 +4
Branches 148 148
==========================================
+ Hits 249 251 +2
- Misses 875 877 +2
Partials 2 2
Impacted Files | Coverage Δ | |
---|---|---|
autowebcompat/network.py | 28.47% <60%> (+0.61%) |
:arrow_up: |
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 d3222bb...36c20c0. Read the comment docs.
There are conflicts to solve after merging #203.
Please provide your feedback on this pull request here.
Privacy statement: We don't store any personal information such as your email address or name. We ask for GitHub authentication as an anonymous identifier to account for duplicate feedback entries and to see people specific preferences.
@marco-c was there a reason the earlier networks were written layer by layer ?