Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
CNNArchLang
Commits
0d4c4530
Commit
0d4c4530
authored
Jul 09, 2019
by
Christian Fuß
Browse files
removed some old test code.
parent
920d0c69
Pipeline
#158625
passed with stages
in 16 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/test/resources/architectures/Alexnet.cnna
View file @
0d4c4530
...
@@ -28,11 +28,6 @@ architecture Alexnet(img_height=224, img_width=224, img_channels=3, classes=10){
...
@@ -28,11 +28,6 @@ architecture Alexnet(img_height=224, img_width=224, img_channels=3, classes=10){
Convolution(kernel=(11,11), channels=96, stride=(4,4), padding="no_loss") ->
Convolution(kernel=(11,11), channels=96, stride=(4,4), padding="no_loss") ->
Lrn(nsize=5, alpha=0.0001, beta=0.75) ->
Lrn(nsize=5, alpha=0.0001, beta=0.75) ->
Pooling(pool_type="max", kernel=(3,3), stride=(2,2), padding="no_loss") ->
Pooling(pool_type="max", kernel=(3,3), stride=(2,2), padding="no_loss") ->
unroll<t> BeamSearchStart (width=5, max_length=50){
FullyConnected(units=4096) ->
Relu() ->
Dropout()
} ->
Relu() ->
Relu() ->
Split(n=2) ->
Split(n=2) ->
split1(i=[0|1]) ->
split1(i=[0|1]) ->
...
...
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