iesl / box-embeddings

Box Embeddings as Modules
https://www.iesl.cs.umass.edu/box-embeddings
Apache License 2.0
100 stars 10 forks source link

Changes in the intersection module #57

Closed tejas4888 closed 3 years ago

tejas4888 commented 3 years ago

Tensorflow version changes to _tf_intersection and other intersection modules

codecov-commenter commented 3 years ago

Codecov Report

Merging #57 (013b3ad) into dev/main (4a7b806) will increase coverage by 0.56%. The diff coverage is 90.90%.

Impacted file tree graph

@@             Coverage Diff              @@
##           dev/main      #57      +/-   ##
============================================
+ Coverage     81.77%   82.34%   +0.56%     
============================================
  Files            49       53       +4     
  Lines          1454     1512      +58     
============================================
+ Hits           1189     1245      +56     
- Misses          265      267       +2     
Flag Coverage Δ
cpu 82.34% <90.90%> (+0.56%) :arrow_up:
pytest 82.34% <90.90%> (+0.56%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...mbeddings/modules/intersection/_tf_intersection.py 58.33% <58.33%> (ø)
box_embeddings/modules/volume/tf_soft_volume.py 86.95% <81.81%> (-5.05%) :arrow_down:
box_embeddings/common/__init__.py 92.85% <88.88%> (-7.15%) :arrow_down:
box_embeddings/modules/volume/_tf_volume.py 90.00% <90.00%> (ø)
box_embeddings/modules/volume/tf_bessel_volume.py 92.30% <90.90%> (-0.29%) :arrow_down:
box_embeddings/initializations/__init__.py 92.30% <92.30%> (ø)
...ngs/modules/intersection/tf_gumbel_intersection.py 94.33% <100.00%> (ø)
...dings/modules/intersection/tf_hard_intersection.py 100.00% <100.00%> (+6.25%) :arrow_up:
...embeddings/modules/intersection/tf_intersection.py 100.00% <100.00%> (+41.66%) :arrow_up:
box_embeddings/modules/volume/__init__.py 93.33% <100.00%> (+0.47%) :arrow_up:
... and 6 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 4a7b806...013b3ad. Read the comment docs.