LuxDL/Lux.jl

Preserve `init` functions for SimpleChains

Open

#582 opened on 2024年4月10日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (700 stars) (84 forks)batch import
enhancementgood first issue

説明

Currently we drop all of the init functions from the Lux models. However, for SciML Applications it is quite critical to support those. Proposed solution: Store the lux model along side the equivalent simple chains version. Instead of calling params on the simplechains model call initialparameters on the lux model and then flatten it.

コントリビューターガイド

Preserve `init` functions for SimpleChains · LuxDL/Lux.jl#582 | Good First Issue