Closed vincentschen closed 4 years ago
Merging #1565 into master will not change coverage by
%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #1565 +/- ##
=======================================
Coverage 97.13% 97.13%
=======================================
Files 56 56
Lines 2091 2091
Branches 342 342
=======================================
Hits 2031 2031
Misses 31 31
Partials 29 29
Impacted Files | Coverage Δ | |
---|---|---|
...ssification/training/loggers/tensorboard_writer.py | 100.00% <100.00%> (ø) |
|
snorkel/classification/training/trainer.py | 89.83% <100.00%> (ø) |
|
snorkel/labeling/model/label_model.py | 95.54% <100.00%> (ø) |
|
snorkel/slicing/utils.py | 94.66% <100.00%> (ø) |
@vincentschen can we update the Test Plan with details from the multiple version tests?
@vincentschen can we update the Test Plan with details from the multiple version tests?
Yep! Naively, pinned the version to each minor release and ran all unit/integration tests.
Description of proposed changes
torch
torch.utils.tensorboard
and removetensorboardX
deplr_scheduler.step()
afteroptimizer.step()
.byte()
with.bool()
Related issue(s)
Fixes https://github.com/snorkel-team/snorkel/issues/1558
Test plan
torch==1.2.0, 1.3.0, 1.4.0
tox -e {complex,spark}
passes withtorch==1.2.0, 1.3.0, 1.4.0
Checklist
Need help on these? Just ask!
tox -e complex
and/ortox -e spark
if appropriate.