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
sjromuel
Masterarbeit
Commits
b06932b9
Commit
b06932b9
authored
Nov 23, 2020
by
sjromuel
Browse files
f
parent
276b29e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
RobinNet/nets/BaseNetwork.py
View file @
b06932b9
...
...
@@ -442,7 +442,7 @@ class BaseNetwork:
self
.
log
.
write
(
'Loading Training Data ...'
+
"
\r
"
)
### initializing weights ###
weights
=
init_weights
(
manual_seed
=
np
.
sum
(
self
.
test_patients
)
+
2
)
weights
=
init_weights
(
manual_seed
=
np
.
sum
(
self
.
test_patients
)
*
7
)
filter_multiplier
=
int
(
self
.
newSize
[
0
]
/
128
)
...
...
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