質問編集履歴

1

修正

2023/01/17 14:08

投稿

harug
harug

スコア28

test CHANGED
File without changes
test CHANGED
@@ -54,7 +54,6 @@
54
54
  # Create a trainable weight variable for this layer.
55
55
  self.kernel = self.add_weight(name='kernel',
56
56
  shape=(input_shape[0][1], self.output_dim),
57
- # shape=(1024, self.output_dim),
58
57
  initializer='uniform',
59
58
  trainable=True)
60
59
  super(Arcfacelayer, self).build(input_shape)