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
71909cd6b50d37ad5a56f71a534c34875ec9ba1c
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
6
Mar
5
4
3
2
1
22
Feb
20
19
17
16
12
11
10
9
8
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
Parallel extractExamples
Corrected bug in MacaonDecode where dicts were not closed. Parallel decode.
Macaon train decoding (devScore) on cpu in parallel
Parallel decoding for trainer (devScore)
Corrected bug where tensor was not initialized to the correct device
Made sure Dict never contained 2 elements with the same index
extractContext now directly gives a torch::Tensor
Removed state from neuralnetwork
Corrected wrong device error when using from_blob
Trying to load gpu tansor onto cpu mem
Added case for regression in extractExamples
Fixed oracles of non rel arc eager
Removed use of action setRootUpdateIdsEmptyIfSentChanged
Removing TSV lines from Config constructor when in txt mode
Added special columns STACK_SIZE et STACK_DIST
Added NA to default value in NumericColumnModule
Corrected problem where mcd was not propagated in lineByLine mode
Working lineByLine in tsv mode
Added lineByLine in train in tsv mode
Corrected bug in readTSV
Improved speed of readTSV
Fixed bug with splitword
Updated Transformer using pytorch module
Took care of some compiler warnings
Fixed unused parameter warnings
Added train option lineByLine
strongly typed enums
Added out of bound special value
Added option lineByLine for macaon decode, which treat each line of the raw input as a different text
Merge branch 'master' into noChild
Fixed filing of columns rawRange
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
Loading