Closed theabhirath closed 2 years ago
Merging #101 (a3c5a00) into main (4243d09) will decrease coverage by
1.78%
. The diff coverage is50.00%
.
@@ Coverage Diff @@
## main #101 +/- ##
==========================================
- Coverage 90.36% 88.57% -1.79%
==========================================
Files 13 13
Lines 498 534 +36
==========================================
+ Hits 450 473 +23
- Misses 48 61 +13
Impacted Files | Coverage Δ | |
---|---|---|
src/utils.jl | 91.05% <50.00%> (-2.86%) |
:arrow_down: |
src/eachobs.jl | 83.33% <0.00%> (-13.55%) |
:arrow_down: |
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 4243d09...a3c5a00. Read the comment docs.
Could we get a patch release with this? It would be useful 😅
This PR implements
rand_like
andrandn_like
, two methods that are quite useful (especially in some custom layers I find myself writing for Metalhead). The analogues are present in PyTorch as well. Closes #99.