FMIFlux.jl is a free-to-use software library for the Julia programming language, which offers the ability to place FMUs (fmi-standard.org) everywhere inside of your ML topologies and still keep the resulting model trainable with a standard (or custom) FluxML training process.
MIT License
57
stars
15
forks
source link
Conversion of Layers with explicit parameter matrices fails #62
Dense(10, 20, tanh)
works.Dense(ones(20,10), zeros(20), tanh)
fails when grabbing parameters.