質問編集履歴
2
ターミナルの画面の追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -117,3 +117,21 @@
|
|
117
117
|
どうなんでしょう実行中・後のメモリ使用率?の推移ですが...
|
118
118
|
|
119
119
|
今はmac book air でCPUがcorei5,メモリは8Gbなのですが、このような機械学習のプログラミングにはスペック不足になるのでしょうか....
|
120
|
+
|
121
|
+
|
122
|
+
|
123
|
+
ターミナルの画面にヒントになりそうな文章が出現しました!どんな意味なのでしょうか?
|
124
|
+
|
125
|
+
「
|
126
|
+
|
127
|
+
Shuffle buffer filled.
|
128
|
+
|
129
|
+
OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized.
|
130
|
+
|
131
|
+
OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking of the OpenMP runtime in any library. As an unsafe, unsupported, undocumented workaround you can set the environment variable KMP_DUPLICATE_LIB_OK=TRUE to allow the program to continue to execute, but that may cause crashes or silently produce incorrect results. For more information, please see http://www.intel.com/software/products/support/.
|
132
|
+
|
133
|
+
[I 10:00:36.812 NotebookApp] KernelRestarter: restarting kernel (1/5), keep random ports
|
134
|
+
|
135
|
+
kernel 80ab163a-e346-4e45-aa41-fdbf202c2460 restarted
|
136
|
+
|
137
|
+
」
|
1
メモリ使用率についてアクティビティモニタのデータを追加しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -112,4 +112,8 @@
|
|
112
112
|
|
113
113
|
Udemyの講師の方にはメモリの不足を示唆されましたが納得できません。
|
114
114
|
|
115
|
+
![イメージ説明](01cf4176af8d4058a1cc32c01ad7102a.png)
|
116
|
+
|
117
|
+
どうなんでしょう実行中・後のメモリ使用率?の推移ですが...
|
118
|
+
|
115
119
|
今はmac book air でCPUがcorei5,メモリは8Gbなのですが、このような機械学習のプログラミングにはスペック不足になるのでしょうか....
|