Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
CNNTrainLang
Commits
656af424
Commit
656af424
authored
Jun 07, 2019
by
Eyüp Harputlu
Browse files
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
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
Supports
Markdown
0%
Try again
or
attach a new 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