Skip to content
Snippets Groups Projects
Commit 4f0d7423 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 5c6ca764
Branches
No related tags found
No related merge requests found
......@@ -479,7 +479,7 @@ class IcingIntensityDNN:
flat = self.input
n_hidden = self.input.shape[1]
fac = 10
fac = 4
fc = build_residual_block(flat, drop_rate, fac * n_hidden, activation, 'Residual_Block_1', doDropout=True, doBatchNorm=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment