MatchZoo-py icon indicating copy to clipboard operation
MatchZoo-py copied to clipboard

Split workload when use multiprocessing for loading data.

Open Albert-Ma opened this issue 3 years ago • 1 comments

#150

Albert-Ma avatar Sep 26 '20 09:09 Albert-Ma

Codecov Report

Merging #151 (0e5c04e) into dev (0f08a4f) will decrease coverage by 54.39%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              dev     #151       +/-   ##
===========================================
- Coverage   95.01%   40.61%   -54.40%     
===========================================
  Files         104      104               
  Lines        3811     3811               
===========================================
- Hits         3621     1548     -2073     
- Misses        190     2263     +2073     
Impacted Files Coverage Δ
matchzoo/dataloader/callbacks/padding.py 13.11% <0.00%> (-84.43%) :arrow_down:
matchzoo/models/bimpm.py 13.97% <0.00%> (-86.03%) :arrow_down:
matchzoo/modules/stacked_brnn.py 20.00% <0.00%> (-80.00%) :arrow_down:
matchzoo/modules/semantic_composite.py 22.22% <0.00%> (-77.78%) :arrow_down:
matchzoo/dataloader/callbacks/ngram.py 15.55% <0.00%> (-77.78%) :arrow_down:
matchzoo/modules/spatial_gru.py 20.75% <0.00%> (-77.36%) :arrow_down:
matchzoo/modules/matching.py 23.07% <0.00%> (-76.93%) :arrow_down:
matchzoo/models/esim.py 23.43% <0.00%> (-76.57%) :arrow_down:
matchzoo/preprocessors/basic_preprocessor.py 24.07% <0.00%> (-75.93%) :arrow_down:
... and 80 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 0f08a4f...9943969. Read the comment docs.

codecov[bot] avatar Sep 27 '20 15:09 codecov[bot]