cgarciae / treex

A Pytree Module system for Deep Learning in JAX
https://cgarciae.github.io/treex/
MIT License
214 stars 17 forks source link

Immutability Support #70

Open cgarciae opened 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #70 (9945ec1) into master (b89c65c) will increase coverage by 16.67%. The diff coverage is 79.84%.

@@             Coverage Diff             @@
##           master      #70       +/-   ##
===========================================
+ Coverage   65.04%   81.71%   +16.67%     
===========================================
  Files          55       19       -36     
  Lines        2815     1318     -1497     
===========================================
- Hits         1831     1077      -754     
+ Misses        984      241      -743     
Impacted Files Coverage Δ
treex/nn/haiku_module.py 44.44% <ø> (-1.71%) :arrow_down:
treex/types.py 86.30% <ø> (-11.23%) :arrow_down:
treex/utils.py 58.52% <50.00%> (-3.23%) :arrow_down:
treex/nn/recurrent.py 97.36% <75.00%> (-1.30%) :arrow_down:
treex/module.py 80.25% <75.82%> (-15.22%) :arrow_down:
treex/__init__.py 100.00% <100.00%> (ø)
treex/key_seq.py 100.00% <100.00%> (+10.00%) :arrow_up:
treex/nn/dropout.py 100.00% <100.00%> (ø)
treex/nn/flax_module.py 95.06% <100.00%> (-0.12%) :arrow_down:
treex/nn/linear.py 100.00% <100.00%> (ø)
... and 6 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more