Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
EMADL2CPP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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