|
@@ -73,7 +73,6 @@ public class LRV2Model extends Model {
|
|
int cnt = 0;
|
|
int cnt = 0;
|
|
|
|
|
|
Integer curTime = new Long(System.currentTimeMillis() / 1000).intValue();
|
|
Integer curTime = new Long(System.currentTimeMillis() / 1000).intValue();
|
|
- LOGGER.info("[MODELLOAD] before model load, key size: {}, current time: {}", lrModel.size(), curTime);
|
|
|
|
//first stage
|
|
//first stage
|
|
while ((line = input.readLine()) != null) {
|
|
while ((line = input.readLine()) != null) {
|
|
String[] items = line.split(" ");
|
|
String[] items = line.split(" ");
|