0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python6,224 forks (6,224 forks)batch import
bughelp wanted
Repository metrics
- Stars
- 29,107 stars (29,107 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Look at the LSTM model in fairseq/models/lstm.py around line 496. The Linear function is missing a dropout parameter. Add the dropout argument to the Linear layer as per the model's configuration.
- Tech stack
- pythonpytorch
- Domain
- machine learningai
- Issue type
- Bug
- Prerequisites
- PythonPyTorch