Closed nitinmeharia closed 7 years ago
The word dimensions for the model.py (--word_dim) is actually your word dimensions from the word embeddings plus the length of your features Lets say your dimensions in the word2vec model are 200 and you have 5 chunk tags + 5 pos tags then for model.py those would be 210 dimensions
So as I understand, in the above implementation word_dim should be 122(111 from word2vec and additional 11 as mentioned in README) . Is it correct?
Yes!
I'm a newbie in this particular field. Any help would be much appreciated. I'm getting the following error.
The args I've set in are as follows:
I'm getting the error in this part. Before execution our objs look like this:
Also, I ported to tensorflow 1.0, but that shouldn't be a problem here I guess.