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
languages
CNNTrainLang
Commits
656af424
Commit
656af424
authored
Jun 07, 2019
by
Eyüp Harputlu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added log cosh loss
parent
6f050c35
Pipeline
#148119
passed with stages
in 10 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/main/grammars/de/monticore/lang/monticar/CNNTrain.mc4
src/main/grammars/de/monticore/lang/monticar/CNNTrain.mc4
+2
-0
No files found.
src/main/grammars/de/monticore/lang/monticar/CNNTrain.mc4
View file @
656af424
...
...
@@ -57,6 +57,8 @@ grammar CNNTrain extends de.monticore.lang.monticar.Common2, de.monticore.Number
L2Loss
implements
LossValue
=
name
:
"l2"
(
"{"
params
:
Entry
*
"}"
)?;
LogCoshLoss
implements
LossValue
=
name
:
"log_cosh"
(
"{"
params
:
Entry
*
"}"
)?;
interface
HuberEntry
extends
Entry
;
HuberLoss
implements
LossValue
=
name
:
"huber"
(
"{"
params
:
HuberEntry
*
"}"
)?;
...
...
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