質問編集履歴

1

エラーメッセージの変更

2019/12/06 07:34

投稿

nw_ch
nw_ch

スコア6

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,47 @@
1
+ ### 前提・実現したいこと
2
+
1
- keras-yoloでepoch51~100以降で学習する際にerror:child_process_sandbox_support_impl_linux.cc(81)] fontservice unique font name matching request did not receive a response.エラーが表示される
3
+ keras-yoloでepoch51~100以降で学習する際にエラーが表示される
2
4
 
3
5
  epoch51以降は、バッチサイズを8に減らさないと学習されない状態です。
4
6
 
5
7
  epoch51以降もバッチサイズをデフォルトの32で学習する方法を知りたいです。
8
+
9
+
10
+
11
+ ### 発生している問題・エラーメッセージ
12
+
13
+
14
+
15
+ ```
16
+
17
+ Allocator (GPU_0_bfc) ran out of memory trying to allocate 2.17GiB. The caller indicates that this is not a failure, but may mean that there could be performance gains if more memory were available.
18
+
19
+ ```
20
+
21
+
22
+
23
+ ### 該当のソースコード
24
+
25
+
26
+
27
+ ```ここに言語名を入力
28
+
29
+ ソースコード
30
+
31
+ ```
32
+
33
+
34
+
35
+ ### 試したこと
36
+
37
+
38
+
39
+ ここに問題に対して試したことを記載してください。
40
+
41
+
42
+
43
+ ### 補足情報(FW/ツールのバージョンなど)
44
+
45
+
46
+
47
+ ここにより詳細な情報を記載してください。