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.