Skip to content

Instantly share code, notes, and snippets.

@alonstern
Created April 14, 2020 06:20
Show Gist options
  • Save alonstern/19e4abb50159d2269d766cf18c4b8827 to your computer and use it in GitHub Desktop.
Save alonstern/19e4abb50159d2269d766cf18c4b8827 to your computer and use it in GitHub Desktop.
Creating the model
model = CNNModel(embedding_dim=64, vocab_size=258, hidden_dim=16, tagset_size=2, kernel_size=kernel_size)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment