質問編集履歴
1
誤字修正.
test
CHANGED
File without changes
|
test
CHANGED
@@ -138,7 +138,7 @@
|
|
138
138
|
|
139
139
|
one_hot_vector = [0] * self.num_classes
|
140
140
|
|
141
|
-
if name == '
|
141
|
+
if name == 'aeroplane':
|
142
142
|
|
143
143
|
one_hot_vector[0] = 1
|
144
144
|
|