FluxML / MLJFlux.jl

Wrapping deep learning models from the package Flux.jl for use in the MLJ.jl toolbox
http://fluxml.ai/MLJFlux.jl/
MIT License
145 stars 17 forks source link

Use StableRNGs more comprehensively. #196

Closed ablaom closed 2 years ago

ablaom commented 2 years ago

Also increase learning rate in an image test to get a test to pass that didn't after RNG changes.

Resolves #195

codecov-commenter commented 2 years ago

Codecov Report

Merging #196 (3901a39) into dev (f73bf1e) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #196   +/-   ##
=======================================
  Coverage   88.97%   88.97%           
=======================================
  Files           9        9           
  Lines         245      245           
=======================================
  Hits          218      218           
  Misses         27       27           
Impacted Files Coverage Δ
src/types.jl 85.71% <ø> (ø)

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 84fbe0a...3901a39. Read the comment docs.