Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
monticore
EmbeddedMontiArc
generators
EMADL2CPP
Commits
3fe0fa90
Commit
3fe0fa90
authored
Mar 08, 2019
by
Christopher Jan-Steffen Brix
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplified network
parent
feb72fe7
Pipeline
#109897
failed with stage
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/test/resources/models/simpleCifar10/CifarNetwork.emadl
src/test/resources/models/simpleCifar10/CifarNetwork.emadl
+2
-2
No files found.
src/test/resources/models/simpleCifar10/CifarNetwork.emadl
View file @
3fe0fa90
...
...
@@ -6,8 +6,8 @@ component CifarNetwork<Z(2:oo) classes = 10>{
implementation
CNN
{
data
->
Convolution
(
kernel
=(
5
,
5
),
channels
=
8
,
padding
=
"valid"
)
->
Convolution
(
kernel
=(
5
,
5
),
channels
=
8
,
padding
=
"valid"
)
->
Convolution
(
kernel
=(
5
,
5
),
channels
=
8
)
->
Convolution
(
kernel
=(
5
,
5
),
channels
=
8
)
->
FullyConnected
(
units
=
128
)
->
Dropout
()->
FullyConnected
(
units
=
classes
)
->
...
...
Nils Freyer
@nilsfreyer
mentioned in commit
18c26acd
·
Mar 08, 2019
mentioned in commit
18c26acd
mentioned in commit 18c26acd2940b15139817900c7657020bdfd3d83
Toggle commit list
Write
Preview
Markdown
is supported
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