Skip to content

Instantly share code, notes, and snippets.

@ashunigion
Created June 13, 2019 02:53
Show Gist options
  • Save ashunigion/26aeb363b760354b30e182f85a63136a to your computer and use it in GitHub Desktop.
Save ashunigion/26aeb363b760354b30e182f85a63136a to your computer and use it in GitHub Desktop.
The hyperparameters used to instantiate the RNN-sentiment model
# Instantiate the model w/ hyperparams
vocab_size = len(vocab_to_int) + 1
output_size = 1
embedding_dim = 200
hidden_dim = 256
n_layers = 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment