LuxDL/Lux.jl

Preserve `init` functions for SimpleChains

Open

#582 建立於 2024年4月10日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Julia (700 star) (84 fork)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