質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
|
48
48
|
|
49
|
-
def backward(self, ids):
|
49
|
+
def _backward(self, ids):
|
50
50
|
|
51
51
|
one_hot = self._encode_one_hot(ids)
|
52
52
|
|