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.