Former-commit-id: 5eb1054016ec8fe6dbf173f1e32c0d37330cd87f
pull/191/head
groot 2019-04-30 15:03:06 +08:00
parent 74eee9dc77
commit 83ed0fa4e6
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace {
int64_t count = to - from;
server::TimeRecorder rc(std::to_string(count) + " vectors built");
for (int64_t k = from; k < count; k++) {
for (int64_t k = from; k < to; k++) {
VecTensor tensor;
tensor.tensor.reserve(VEC_DIMENSION);
VecBinaryTensor bin_tensor;