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
Tom Rink
python
Commits
745cdb13
Commit
745cdb13
authored
Nov 27, 2022
by
tomrink
Browse files
snapshot...
parent
63ed7589
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/deeplearning/icing_fcn.py
View file @
745cdb13
...
...
@@ -692,7 +692,7 @@ class IcingIntensityFCN:
conv
=
build_residual_block_1x1
(
conv
,
num_filters
,
activation
,
'Residual_Block_4'
,
padding
=
padding
)
#
conv = build_residual_block_1x1(conv, num_filters, activation, 'Residual_Block_5', padding=padding)
conv
=
build_residual_block_1x1
(
conv
,
num_filters
,
activation
,
'Residual_Block_5'
,
padding
=
padding
)
print
(
conv
.
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