FluxML/Functors.jl

Support dictionary

freddycct opened this issue · 0 comments

Describe the potential feature

Currently, xs, re = Functors.functor(Dict("a"=>1.0)) returns empty for xs

Motivation

Support complex models using Dictionary. Related issue: FluxML/Optimisers.jl#114

Possible Implementation

No response