LuxDL/Lux.jl

Preserve `init` functions for SimpleChains

开放

#582 创建于 2024年4月10日

 (0 条评论) (0 个反应) (0 位负责人)Julia (84 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (700 个星标)
PR 合并指标
 (平均合并 13天 21小时) (30 天内合并 2 个 PR)

描述

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.

贡献者指南