質問編集履歴

5

osを追記しました。

2018/09/20 08:31

投稿

Yuki-M
Yuki-M

スコア11

test CHANGED
File without changes
test CHANGED
@@ -46,9 +46,17 @@
46
46
 
47
47
  チュートリアル:https://github.com/facebookresearch/faiss/wiki/Getting-started
48
48
 
49
- OSはcentos 6.5です。
49
+ OSはcentos 6.5です。GCC 4.4.7 20120313 (Red Hat 4.4.7-1)。
50
50
 
51
- python version 3.5.3です。
51
+ python version 3.5.3, anaconda2です。
52
+
53
+
54
+
55
+
56
+
57
+ ### インストール手法
58
+
59
+ conda install faiss-gpu -c pytorch # [DEFAULT]For CUDA8.0
52
60
 
53
61
 
54
62
 

4

補足にpython versionなど追記しました

2018/09/20 08:31

投稿

Yuki-M
Yuki-M

スコア11

test CHANGED
File without changes
test CHANGED
@@ -46,6 +46,10 @@
46
46
 
47
47
  チュートリアル:https://github.com/facebookresearch/faiss/wiki/Getting-started
48
48
 
49
+ OSはcentos 6.5です。
50
+
51
+ python version 3.5.3です。
52
+
49
53
 
50
54
 
51
55
  ###

3

faiss fileの実行結果を追記しました

2018/09/20 08:29

投稿

Yuki-M
Yuki-M

スコア11

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,15 @@
45
45
  CUDAは8.0です。
46
46
 
47
47
  チュートリアル:https://github.com/facebookresearch/faiss/wiki/Getting-started
48
+
49
+
50
+
51
+ ###
52
+
53
+ >>> print(faiss.__file__)
54
+
55
+ Traceback (most recent call last):
56
+
57
+ File "<stdin>", line 1, in <module>
58
+
59
+ AttributeError: module 'faiss' has no attribute '__file__'

2

tracebackを追記しました

2018/09/20 08:07

投稿

Yuki-M
Yuki-M

スコア11

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,11 @@
16
16
 
17
17
  ```
18
18
 
19
+ Traceback (most recent call last):
20
+
21
+ File "<stdin>", line 1, in <module>
22
+
19
- >>> AttributeError: module 'faiss' has no attribute 'IndexFlatL2'
23
+ AttributeError: module 'faiss' has no attribute 'IndexFlatL2'
20
24
 
21
25
  ```
22
26
 

1

チュートリアルの追記

2018/09/20 07:58

投稿

Yuki-M
Yuki-M

スコア11

test CHANGED
File without changes
test CHANGED
@@ -39,3 +39,5 @@
39
39
  ### 補足情報(FW/ツールのバージョンなど)
40
40
 
41
41
  CUDAは8.0です。
42
+
43
+ チュートリアル:https://github.com/facebookresearch/faiss/wiki/Getting-started