You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for a great tool. With regard to this compilation warning:
linear.cpp: In function `void train_one(const problem*, const parameter*, double*, double, double)':
linear.cpp:1365: warning: 'loss_old' might be used uninitialized in this function
From @myeung2 on January 24, 2017 20:3
Hi, thanks for a great tool. With regard to this compilation warning:
linear.cpp: In function `void train_one(const problem*, const parameter*, double*, double, double)':
linear.cpp:1365: warning: 'loss_old' might be used uninitialized in this function
Can I just initialize "loss_old" to 0? Thanks.
Copied from original issue: cjlin1#31
The text was updated successfully, but these errors were encountered: