gparker / vowpal_wabbit

John Langford's original release of Vowpal Wabbit -- a fast online learning algorithm
http://hunch.net/~vw/
Other
57 stars 0 forks source link

VW + Spanning tree throwing "you have a NAN" message #5

Open rrakesh opened 11 years ago

rrakesh commented 11 years ago

Hi,

We are observing an issue with the VW - Spanning tree setup where we see the message "you have a NAN!!!" continuously reported to standard output. A few things we noted about this issue is

The line from where this error is thrown is as follows

https://github.com/JohnLangford/vowpal_wabbit/blob/v7.0/vowpalwabbit/gd.cc#L130

We are using VW 7.0.

Has anybody seen this error before ? Is there a workaround ?

Thanks, Rakesh