Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lucas Miranda
deepOF
Commits
502f5bcb
Commit
502f5bcb
authored
Nov 22, 2020
by
lucas_miranda
Browse files
updated dependencies
parent
f00205fc
Pipeline
#87432
passed with stage
in 19 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
deepof/model_utils.py
View file @
502f5bcb
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment