質問編集履歴
2
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -124,7 +124,7 @@
|
|
124
124
|
|
125
125
|
# Build network for inference
|
126
126
|
|
127
|
-
y = network(x, test=
|
127
|
+
y = network(x, test=False)
|
128
128
|
|
129
129
|
|
130
130
|
|
1
書式の改善
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
https://arkouji.cocolog-nifty.com/blog/2019/02/sony-neural-net.html?cid=143052575#comment-143052575
|
1
|
+
[ブログ](https://arkouji.cocolog-nifty.com/blog/2019/02/sony-neural-net.html?cid=143052575#comment-143052575)
|
2
2
|
|
3
3
|
こちらのブログを参考にして、NNCを使った画像の推論をしたいのですが以下のエラーがでます。どのように書き直せばよいでしょうか。
|
4
4
|
|