質問編集履歴

1

誤字修正しました。

2018/01/21 15:37

投稿

middle
middle

スコア28

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```Python
16
16
 
17
- with tf.Session as tf:
17
+ with tf.Session() as tf:
18
18
 
19
19
  # 何らかの処理
20
20