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
CNNArch2Caffe2
Commits
e00a3860
Commit
e00a3860
authored
Jul 07, 2019
by
Sebastian Nickels
Browse files
Replaced dependency to CNNArch2MXNet with dependency to CNNArch2X
parent
52770ada
Pipeline
#157646
failed with stages
in 14 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e00a3860
...
...
@@ -17,7 +17,7 @@
<!-- .. SE-Libraries .................................................. -->
<CNNArch.version>
0.3.1-SNAPSHOT
</CNNArch.version>
<CNNTrain.version>
0.3.0-SNAPSHOT
</CNNTrain.version>
<CNNArch2
MXNet
.version>
0.
2
.1
6
-SNAPSHOT
</CNNArch2
MXNet
.version>
<CNNArch2
X
.version>
0.
0
.1-SNAPSHOT
</CNNArch2
X
.version>
<embedded-montiarc-math-opt-generator>
0.1.4
</embedded-montiarc-math-opt-generator>
<!-- .. Libraries .................................................. -->
...
...
@@ -62,8 +62,8 @@
<dependency>
<groupId>
de.monticore.lang.monticar
</groupId>
<artifactId>
cnnarch-
mxnet-
generator
</artifactId>
<version>
${CNNArch2
MXNet
.version}
</version>
<artifactId>
cnnarch-generator
</artifactId>
<version>
${CNNArch2
X
.version}
</version>
</dependency>
<dependency>
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/caffe2generator/CNNArch2Caffe2.java
View file @
e00a3860
...
...
@@ -20,10 +20,10 @@
*/
package
de.monticore.lang.monticar.cnnarch.caffe2generator
;
import
de.monticore.lang.monticar.cnnarch.mxnetgenerator.CNNArch2MxNet
;
import
de.monticore.lang.monticar.cnnarch.mxnetgenerator.Target
;
import
de.monticore.lang.monticar.cnnarch.generator.CNNArchGenerator
;
import
de.monticore.lang.monticar.cnnarch.generator.DataPathConfigParser
;
import
de.monticore.lang.monticar.cnnarch.generator.Target
;
import
de.monticore.lang.monticar.cnnarch.DataPathConfigParser
;
import
de.monticore.lang.monticar.cnnarch._cocos.CNNArchCocos
;
import
de.monticore.lang.monticar.cnnarch._symboltable.ArchitectureSymbol
;
import
de.monticore.lang.monticar.cnnarch._symboltable.ArchitectureElementSymbol
;
...
...
@@ -38,7 +38,7 @@ import java.io.IOException;
import
java.util.HashMap
;
import
java.util.Map
;
public
class
CNNArch2Caffe2
extends
CNNArch
2MxNet
{
public
class
CNNArch2Caffe2
extends
CNNArch
Generator
{
public
CNNArch2Caffe2
()
{
architectureSupportChecker
=
new
CNNArch2Caffe2ArchitectureSupportChecker
();
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/caffe2generator/CNNArch2Caffe2ArchitectureSupportChecker.java
View file @
e00a3860
package
de.monticore.lang.monticar.cnnarch.caffe2generator
;
import
de.monticore.lang.monticar.cnnarch.
mxnet
generator.ArchitectureSupportChecker
;
import
de.monticore.lang.monticar.cnnarch.generator.ArchitectureSupportChecker
;
public
class
CNNArch2Caffe2ArchitectureSupportChecker
extends
ArchitectureSupportChecker
{
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/caffe2generator/CNNArch2Caffe2Cli.java
View file @
e00a3860
...
...
@@ -20,8 +20,8 @@
*/
package
de.monticore.lang.monticar.cnnarch.caffe2generator
;
import
de.monticore.lang.monticar.cnnarch.CNNArchGenerator
;
import
de.monticore.lang.monticar.cnnarch.
mxnet
generator.GenericCNNArchCli
;
import
de.monticore.lang.monticar.cnnarch.
generator.
CNNArchGenerator
;
import
de.monticore.lang.monticar.cnnarch.generator.GenericCNNArchCli
;
public
class
CNNArch2Caffe2Cli
{
public
static
void
main
(
String
[]
args
)
{
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/caffe2generator/CNNArch2Caffe2LayerSupportChecker.java
View file @
e00a3860
package
de.monticore.lang.monticar.cnnarch.caffe2generator
;
import
de.monticore.lang.monticar.cnnarch.predefined.AllPredefinedLayers
;
import
de.monticore.lang.monticar.cnnarch.
mxnet
generator.LayerSupportChecker
;
import
de.monticore.lang.monticar.cnnarch.generator.LayerSupportChecker
;
public
class
CNNArch2Caffe2LayerSupportChecker
extends
LayerSupportChecker
{
...
...
src/main/java/de/monticore/lang/monticar/cnnarch/caffe2generator/CNNArchTemplateController.java
View file @
e00a3860
...
...
@@ -20,8 +20,8 @@
*/
package
de.monticore.lang.monticar.cnnarch.caffe2generator
;
import
de.monticore.lang.monticar.cnnarch.
mxnet
generator.LayerNameCreator
;
import
de.monticore.lang.monticar.cnnarch.
mxnet
generator.Target
;
import
de.monticore.lang.monticar.cnnarch.generator.LayerNameCreator
;
import
de.monticore.lang.monticar.cnnarch.generator.Target
;
import
de.monticore.lang.monticar.cnnarch._symboltable.*
;
import
de.monticore.lang.monticar.cnnarch.predefined.Sigmoid
;
...
...
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