2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,832 stars (6,832 stars)762 forks (762 forks)batch import
good first issueimprovement
- Issue 種別
- feature
- 調査方針
- Examine the existing RNNModel and BlockRNN classes in the darts codebase, likely under darts/models/forecasting/. Understand how batchnorm can be added, possibly by modifying the model's forward pass and initializing the layer. Look for similar implementations in other models within the library for reference. Check the issue comments for any additional context or guidance from maintainers.