JuliaML / MLUtils.jl

Utilities and abstractions for Machine Learning tasks
MIT License
109 stars 22 forks source link

add zeros_like, ones_like, fill_like #93

Closed CarloLucibello closed 2 years ago

CarloLucibello commented 2 years ago

Little utility functions of common use. Pytorch has them as well.

Fixing also a problem with showing twice some docstrings in the documentation

Todo:

codecov-commenter commented 2 years ago

Codecov Report

Merging #93 (de8276d) into main (5e80fe6) will increase coverage by 0.05%. The diff coverage is 92.30%.

@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   90.14%   90.20%   +0.05%     
==========================================
  Files          13       13              
  Lines         487      500      +13     
==========================================
+ Hits          439      451      +12     
- Misses         48       49       +1     
Impacted Files Coverage Δ
src/utils.jl 93.91% <92.30%> (-0.21%) :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 5e80fe6...de8276d. Read the comment docs.