回答編集履歴

1

チュートリアルからの引用を追加しました。

2017/12/12 03:17

投稿

diningyo
diningyo

スコア379

test CHANGED
@@ -1,4 +1,12 @@
1
1
  この場合の```None```は実行時に決定することを意味します。
2
+
3
+
4
+
5
+ 以下、チュートリアルより引用
6
+
7
+
8
+
9
+ > We represent this as a 2-D tensor of floating-point numbers, with a shape [None, 784]. (Here None means that a dimension can be of any length.)
2
10
 
3
11
 
4
12