Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CNNArch2Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
monticore
EmbeddedMontiArc
generators
CNNArch2Gluon
Graph
3eda20f70faccfc7ab0da1fb86afc10a612559b5
Select Git revision
Branches
7
ba_weber
fix_zscore_normalization
ma-daxhammer
master
default
protected
ppo_algorithm
sac
transformer
7 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
13
Apr
7
6
5
3
31
Mar
6
28
Jan
23
15
11
10
9
3
29
Dec
22
20
19
18
9
6
5
2
1
27
Nov
26
22
19
17
14
12
11
8
7
5
31
Oct
30
28
18
11
8
7
6
4
1
27
Sep
26
24
23
19
17
15
13
10
9
6
5
3
30
Aug
28
25
23
22
21
19
18
17
16
13
12
11
23
Jul
20
19
18
17
16
15
14
13
11
10
9
7
6
3
2
1
25
Jun
24
21
16
14
13
12
11
10
9
8
7
6
5
31
May
27
26
21
19
16
8
Apr
7
5
4
3
25
Feb
22
29
Jan
24
20
Dec
21
Nov
26
Oct
25
22
18
6
Sep
31
Aug
30
26
21
20
9
6
5
15
Jul
19
Jun
18
17
16
15
14
12
31
May
30
adjusted accumulation of predictions for eval metric to work with semantic segmentation task
added batch_loss to CNNSupervisedTrainer template and tests
refactoring: lossAxis to loss_axis
updated tests
added loss axis parameter to supervised trainer template
changed ci to only use linux runner
added tests for GAN generation
changed transConv to UpConv
fixed old tests
fixed error in CNNCreator.ftl
Merge branch 'master' of git.rwth-aachen.de:monticore/EmbeddedMontiArc/generators/CNNArch2Gluon into develop
changes for GAN training
Merge branch 'develop' of git.rwth-aachen.de:monticore/EmbeddedMontiArc/generators/CNNArch2Gluon into develop
adjusted GAN trainer
Merge branch 'develop' into 'master'
Updated tests
Fixed null division for cases in which only exclude symbols are produced
Merge branch 'develop' into 'master'
fixed problem in input generator regarding InfoGan
Fixed loss for beam search
Fixed epoch bug for real
Changed loss output calculation
Removed fix
Increased verbosity of output
Fixed counting error when starting with loaded params from another training run
Added dropout parameter for RNNs
Added output of train and test/validation loss at the end of each epoch
Added shuffle_data and clip_global_grad_norm params
Added explanation on how to export the learned attention matrix for external use
Update .gitlab-ci.yml
constraint losses can now be specified in cnnt
introduced mechanics to specify constraint distributions in CNNTrain
added preprocessing to CNNSupervisedTrainer and fixed tests
Merge branch 'master' of git.rwth-aachen.de:monticore/EmbeddedMontiArc/generators/CNNArch2Gluon into develop
fixed tests
added GAN options and fixed tests
updated pom.xml
added features for gan and InfoGan
Implemented parameters checkpoint_period, log_period and eval_train
Merge branch 'develop' into 'master'
Loading