From 71da5f98fbc051fe724fe27c5425b73e2f43608d Mon Sep 17 00:00:00 2001 From: xieenze Date: Wed, 9 Sep 2020 14:55:36 +0800 Subject: [PATCH] update --- openselfsup/third_party/clustering.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']