LuxDL/Lux.jl

Preserve `init` functions for SimpleChains

オープン

#582 opened on 2024/04/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (84 件のフォーク)batch import
enhancementgood first issue

Repository metrics

Stars
 (700 個のスター)
PR merge metrics
 (平均マージ 13d 21h) (30d で 2 merged PRs)

説明

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.

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