Open Alchemist75 opened 6 years ago
should the values in the embedding be set to range (0,1): -- No. We normalize the embedding in the implementation, so it will automatically convert the values into range [0, 1]
is it ok if i set the labels of words which didn't appear in the embedding to 0 instead of -1 -- Yes!
OK, thanks so much!
Hello! I'd like to know about the details of embedding usage in this model: should the values in the embedding be set to range (0,1); is it ok if i set the labels of words which didn't appear in the embedding to 0 instead of -1(i believe this is ok according to the implement.) Thanks!