質問編集履歴
1
初心者マークのつけ忘れ
test
CHANGED
File without changes
|
test
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
testコードは読み込むディレクトリと保存するディレクトリを変更しました。
|
8
8
|
|
9
|
-
また、def show内のplt.imshow(x,interpolation='nearest',cmap='gray')をplt.imshow(x,interpolation='nearest')に変更しました。
|
9
|
+
また、関数def show内のplt.imshow(x,interpolation='nearest',cmap='gray')をplt.imshow(x,interpolation='nearest')に変更しました。
|
10
10
|
|
11
11
|
それぞれのディレクトリ構成は以下です。
|
12
12
|
|