Created
April 14, 2020 06:20
-
-
Save alonstern/19e4abb50159d2269d766cf18c4b8827 to your computer and use it in GitHub Desktop.
Creating the model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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