Skip to content
Snippets Groups Projects
Commit 502f5bcb authored by Lucas Miranda's avatar Lucas Miranda
Browse files

updated dependencies

parent f00205fc
No related branches found
No related tags found
No related merge requests found
Pipeline #87432 passed
......@@ -320,7 +320,7 @@ class DenseTranspose(Layer):
self.biases = self.add_weight(
name="bias",
shape=self.dense.get_input_at(-1).get_shape().as_list(),
shape=self.dense.get_input_at(-1).get_shape().as_list()[1:],
initializer="zeros",
)
super().build(batch_input_shape)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment