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
Description
(from code TODO):
- add batchnorm
Contributor guide
- Tech stack
- python
- Domain
- machine learning
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Pythonbasic deep learningdarts model API
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- 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.