Update test.py

pull/761/head
Felix 2021-06-01 11:22:13 +08:00 committed by GitHub
parent 240176b617
commit 41f527f2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import numpy as np
from interface import *
from interface import Graph_Index
# 随机产生样本
index_vectors = np.random.rand(100000,128).astype(np.float32)