pull/40/head
xieenze 2020-09-09 14:55:36 +08:00
parent 2cc4bf9122
commit 71da5f98fb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import numpy as np
try:
import faiss
except:
print('faiss is not installed!')
pass
import torch
__all__ = ['Kmeans', 'PIC']