yandex / faster-rnnlm

Faster Recurrent Neural Network Language Modeling Toolkit with Noise Contrastive Estimation and Hierarchical Softmax
Other
562 stars 138 forks source link

Question about get_maxent_index in Nce.cc #34

Open wenhuach opened 8 years ago

wenhuach commented 8 years ago

Hi, may I ask a question? I was wondering how you can guarantee the value returned by get_maxent_index function does not exceed the max hash size. Thanks in advance.