fixed various bugs, in particular to allow integer outputs in C++ code...
fixed various bugs, in particular to allow integer outputs in C++ code generation and to fix shape errors for LSTM inputs
parent
26ad1bfe
No related branches found
No related tags found
Showing
- src/main/java/de/monticore/lang/monticar/cnnarch/gluongenerator/CNNArch2GluonTemplateController.java 9 additions, 7 deletions...narch/gluongenerator/CNNArch2GluonTemplateController.java
- src/main/resources/templates/gluon/CNNSupervisedTrainer.ftl 39 additions, 47 deletionssrc/main/resources/templates/gluon/CNNSupervisedTrainer.ftl
- src/main/resources/templates/gluon/execute.ftl 15 additions, 2 deletionssrc/main/resources/templates/gluon/execute.ftl
- src/main/resources/templates/gluon/pythonExecute.ftl 14 additions, 5 deletionssrc/main/resources/templates/gluon/pythonExecute.ftl
- src/main/resources/templates/gluon/pythonExecuteWithLoss.ftl 6 additions, 6 deletionssrc/main/resources/templates/gluon/pythonExecuteWithLoss.ftl
- src/test/resources/target_code/CNNSupervisedTrainer_Alexnet.py 40 additions, 42 deletions...est/resources/target_code/CNNSupervisedTrainer_Alexnet.py
- src/test/resources/target_code/CNNSupervisedTrainer_CifarClassifierNetwork.py 40 additions, 42 deletions...arget_code/CNNSupervisedTrainer_CifarClassifierNetwork.py
- src/test/resources/target_code/CNNSupervisedTrainer_VGG16.py 40 additions, 42 deletionssrc/test/resources/target_code/CNNSupervisedTrainer_VGG16.py
Loading
Please register or sign in to comment