ThummeTo / FMIFlux.jl

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

Closed ThummeTo closed 1 year ago

ThummeTo commented 2 years ago

Dense(10, 20, tanh) works. Dense(ones(20,10), zeros(20), tanh) fails when grabbing parameters.

ThummeTo commented 1 year ago

This is solved in 0.9.1