Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrei-Claudiu Roibu
BrainMapper
Commits
8dc1afd3
Commit
8dc1afd3
authored
Apr 15, 2020
by
Andrei-Claudiu Roibu
🖥
Browse files
fixed Y_decoder_4 forwrad typo
parent
682ab415
Changes
1
Show whitespace changes
Inline
Side-by-side
BrainMapperUNet.py
View file @
8dc1afd3
...
...
@@ -115,7 +115,7 @@ class BrainMapperUNet(nn.Module):
del
Y_decoder_2
,
Y_np2
,
pool_indices2
Y_decoder_4
=
self
.
decoderBlock4
.
forw
r
ad
(
Y_decoder_4
=
self
.
decoderBlock4
.
forwa
r
d
(
Y_decoder_3
,
Y_np1
,
pool_indices1
)
del
Y_decoder_3
,
Y_np1
,
pool_indices1
...
...
@@ -302,7 +302,7 @@ class BrainMapperUNet3D(nn.Module):
del
Y_decoder_2
,
Y_np2
,
pool_indices2
Y_decoder_4
=
self
.
decoderBlock4
.
forw
r
ad
(
Y_decoder_4
=
self
.
decoderBlock4
.
forwa
r
d
(
Y_decoder_3
,
Y_np1
,
pool_indices1
)
del
Y_decoder_3
,
Y_np1
,
pool_indices1
...
...
@@ -473,7 +473,7 @@ class BrainMapperUNet3D_Simple(nn.Module):
del
Y_decoder_2
,
Y_np2
,
pool_indices2
Y_decoder_4
=
self
.
decoderBlock4
.
forw
r
ad
(
Y_decoder_4
=
self
.
decoderBlock4
.
forwa
r
d
(
Y_decoder_3
,
Y_np1
,
pool_indices1
)
del
Y_decoder_3
,
Y_np1
,
pool_indices1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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