Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
macaon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Franck Dary
macaon
Graph
05acae819cc0a894e32231a9cb9e6ae79b5f5ce2
Select Git revision
Branches
3
loss
master
default
protected
producer
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Feb
7
6
5
20
Jan
19
17
15
8
4
7
Dec
17
Nov
16
30
Oct
26
23
22
16
14
9
10
Sep
9
16
Aug
11
7
6
5
4
31
Jul
30
28
15
14
9
7
2
1
30
Jun
29
26
23
22
21
19
18
17
16
15
14
13
12
10
9
8
7
5
4
3
2
28
May
25
24
23
21
18
17
16
15
14
13
12
11
10
8
6
5
4
3
30
Apr
29
27
26
24
23
22
21
20
17
16
15
14
13
12
11
10
9
8
7
6
5
3
2
1
31
Mar
30
29
26
21
20
19
17
16
15
14
12
11
10
9
8
7
5
4
3
2
28
Feb
27
26
25
24
23
22
21
20
19
17
16
15
14
13
12
11
8
7
6
5
4
31
Jan
30
29
28
27
26
22
21
20
14
13
12
9
8
7
6
2
21
Dec
20
19
18
17
16
15
14
13
12
11
Added possibility to print special columns in printForDebug
Added special dict value for when a feature target the child ofa node without one
Fixed test in SplitTransition
Added const qualifier to operator ==
When doing a splitTransition, add to Form the content of the rawInput and not the first word of the splitTransition
SplitTransition now ignore case
Fixed a bug where EOS features were not taken into account
Improved error message for failed stof in NumericColumnModule
Added -x (extra columns) option when invoking eval script
All losses are reduced to sum instead of mean (to give consistent values regardless of batch size)
Fixed L1 loss
Added L1 loss and removed mean from regression losses
Removed factor 100 for loss print
Added optional instruction BanExamples in Classifier's definition
removed useless line
Added argument --oracleMode for macaon train, to transform a corpus into a list of transitions
Throw error if column not found in NumericColumnModule
Added default value for NumericColumnModule
Updated doc
Surprisal for each word can now be computed by adding SURPRISAL to mcd
Made entropy positive
Merge branch 'leftRightEntropy' of https://gitlab.lis-lab.fr/franck.dary/macaon into leftRightEntropy
Parser entropy is only counted for a word being attached
Corrected error in computing of entropy (changed dot product to hadamard product)
Parser entropy is only counted for a word being attached
Corrected bug where text metadata would not contain the first word of sentence if it was a multiword
Entropy is divided by states
Remove NaN and clamping of entropy
Using torch functions to compute entropy
Output entropy when there is a column named 'ENTROPY'
Dict is open during pretrained embeddings loading
Added option to reload pretrained embeddings during decoding
Added program argument to lock pretrained embeddings
Fixed rawRange for multiwords
metadata like #text= are now updating correctly
Lowered minimum CMake requirement
Lowered requirement on CMake version
Improved print
improved print
Fixed min float value
Loading