Wang Ling

Results 7 comments of Wang Ling

Hi, It seems that the gradients got too high at some point, try setting -cap 1, this will cap the gradients. Wang Ling > On Feb 4, 2016, at 6:37...

Hi, So, the weightedword2vec code basically expects each sentence to have a weight (e.g., 0.12) as the first word, which will be multiplied by the gradient of the predictor function...

Hi, Have you tried setting -cap 5 or some other value? People have reported that cwindow can be subject to exploding gradients for some datasets and large embedding sizes. Setting...

Hi @jetsnguns I looked at the nc100.txt and the problem seems that there are words with a single class like: BE be So if we wish to predict the word...

Hi @papower1 , Thanks for sending me the backtrack, there seems to be a bug indeed in that line as I am using the wrong set of parameters in the...

Hi @felicialiu, I tried running your line with text8, and it seems to work. Do you get to the point where it prints the progress info? If it does not...

Tried tensorflow 1.2.1 and works fine. Its a tensorflow issue. See here https://github.com/CuriousAI/mean-teacher/issues/1