diff options
Diffstat (limited to 'model')
| -rw-r--r-- | model/ranksvmtn.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/model/ranksvmtn.cpp b/model/ranksvmtn.cpp index 5916170..9beed65 100644 --- a/model/ranksvmtn.cpp +++ b/model/ranksvmtn.cpp @@ -212,7 +212,7 @@ int train_orig(int fsize, RidList &Data,const VectorXd &corr,VectorXd &weight){      int iter = 0;      long n=Data.getSize(); -    LOG(INFO) << "training with feature size:" << fsize << " Data size:" << n << " Query size:" << Data.getqSize(); +    LOG(INFO) << "training with feature size:" << fsize << " Data size:" << Data.getSize() << " Query size:" << Data.getqSize();      VectorXd grad(fsize);      VectorXd step(fsize);      vector<int> rank(n);  | 
