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
generators
CNNArch2X
Commits
d0f20d08
Commit
d0f20d08
authored
Aug 26, 2020
by
Julian Johannes Steinsberger-Dührßen
Browse files
added new parameter to episodic memory
parent
3d96fab6
Pipeline
#323804
failed with stage
in 38 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/main/java/de/monticore/lang/monticar/cnnarch/generator/ArchitectureElementData.java
View file @
d0f20d08
...
...
@@ -273,6 +273,10 @@ public class ArchitectureElementData {
return
getLayerSymbol
().
getIntValue
(
AllPredefinedLayers
.
MAX_STORED_SAMPLES_NAME
).
get
();
}
public
String
getMemoryReplacementStrategy
(){
return
getLayerSymbol
().
getStringValue
(
AllPredefinedLayers
.
MEMORY_REPLACEMENT_STRATEGY_NAME
).
get
();
}
public
boolean
getUseReplay
(){
return
getLayerSymbol
().
getBooleanValue
(
AllPredefinedLayers
.
USE_REPLAY_NAME
).
get
();
}
...
...
Write
Preview
Supports
Markdown
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