pull/40/head
xieenze 2020-09-09 15:35:09 +08:00
parent 71da5f98fb
commit a1c0e03aec
1 changed files with 1 additions and 4 deletions

View File

@ -3,10 +3,7 @@
import time
import numpy as np
try:
import faiss
except:
pass
import faiss
import torch
__all__ = ['Kmeans', 'PIC']