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
EmbeddedMontiArcDL
Commits
46258b89
Commit
46258b89
authored
Jul 22, 2019
by
Abdallah Atouani
Browse files
adjust emadl models to new syntax
parent
d7608063
Pipeline
#163560
passed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/test/resources/tagging/Alexnet.emadl
View file @
46258b89
...
...
@@ -43,7 +43,7 @@ component Alexnet{
fc
(->=
2
)
->
FullyConnected
(
units
=
1000
)
->
Softmax
()
->
predictions
predictions
;
}
}
\ No newline at end of file
src/test/resources/tagging/CorrectTypeNet.emadl
View file @
46258b89
...
...
@@ -43,6 +43,6 @@ component CorrectTypeNet {
fc
(->=
2
)
->
FullyConnected
(
units
=
1000
)
->
Softmax
()
->
predictions
predictions
;
}
}
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