diff --git a/openselfsup/third_party/clustering.py b/openselfsup/third_party/clustering.py index 3fd6c6bd..96208a1c 100644 --- a/openselfsup/third_party/clustering.py +++ b/openselfsup/third_party/clustering.py @@ -6,7 +6,7 @@ import numpy as np try: import faiss except: - print('faiss is not installed!') + pass import torch __all__ = ['Kmeans', 'PIC']