Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add model architecture parametrization #31

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

add model architecture parametrization #31

wants to merge 9 commits into from

Conversation

dayyass
Copy link
Owner

@dayyass dayyass commented Dec 7, 2020

add config parametrization for:

  • full path to modules
  • neural_network architecture (BiLSTM, BiLSTMAttn, ...)
  • embedding (pre-trained or not)
  • embedding dropout (SpatialDropout, WordEmbeddingsDropout)
  • attention
  • ...

@dayyass dayyass added the enhancement New feature or request label Dec 7, 2020
@dayyass dayyass self-assigned this Dec 7, 2020
@dayyass dayyass linked an issue Dec 7, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add model architecture parametrization
1 participant