pystiche / papers

Reference implementation and replication of prominent NST papers
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

add random batch sampler #237

Closed pmeier closed 3 years ago

pmeier commented 3 years ago

This adds the ability to draw a predefined number of batches randomly from the dataset.

codecov[bot] commented 3 years ago

Codecov Report

Merging #237 (9884f14) into master (9113b5a) will increase coverage by 0.1%. The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #237     +/-   ##
========================================
+ Coverage    98.8%   98.9%   +0.1%     
========================================
  Files          38      30      -8     
  Lines        1512    1503      -9     
========================================
- Hits         1494    1487      -7     
+ Misses         18      16      -2     
Impacted Files Coverage Δ
pystiche_papers/data/utils.py 100.0% <100.0%> (ø)
pystiche_papers/data/__init__.py
pystiche_papers/li_wand_2016/__init__.py
pystiche_papers/gatys_et_al_2017/__init__.py
pystiche_papers/johnson_alahi_li_2016/__init__.py
...ystiche_papers/gatys_ecker_bethge_2016/__init__.py
pystiche_papers/ulyanov_et_al_2016/__init__.py
pystiche_papers/utils/__init__.py
pystiche_papers/__init__.py

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 9113b5a...9884f14. Read the comment docs.