1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python2,089 forks (2,089 forks)batch import
Code QualityH1 2020Help WantedMinordonotreap
Repository metrics
- Stars
- 10,371 stars (10,371 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Now that we have upgrade_opt we can do some resolution of the embedding_size and embeddingsize madness we have in seq2seq vs transformer vs memnn etc.
Contributor guide
- Research direction
- Identify all occurrences of 'embedding size' and 'embeddingsize' in the codebase and unify them to a consistent name (e.g., 'embedding size'). Check seq2seq, transformer, memnn modules and any other files that use these option names.
- Tech stack
- python
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- GitPython