Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JoeyNMT Server
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Simon Will
JoeyNMT Server
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
76c2a6ce4a7e5053abc3e1f9be7b1e7257c32641
Select Git revision
Branches
1
master
default
protected
Tags
1
thesis
2 results
Begin with the selected commit
Created with Raphaël 2.2.0
22
Apr
21
8
6
2
1
29
Mar
28
26
25
24
22
21
20
8
4
26
Feb
17
13
10
27
Jan
26
23
29
Dec
16
12
11
8
Add config options for online setup
thesis master
thesis master
Add simulation option for saving one feedback at a time
Don’t reset scheduler and optimizer if loading a checkpoint from online learning
Add migration for adding EvaluationResult.steps
Add steps column to evaluation_results table (no migration yet)
Make it possible to query for nl substrings
Merge branch 'master' of gitlab.cl.uni-heidelberg.de:will/joeynmt-server
Make training work by using non-determinstic random shuffler
Improve simulation script
Make sbatch scripts use prod by default
Improve training simulation script
Save 2 out of 5 pieces of feedback in the dev split
Merge branch 'master' of gitlab.cl.uni-heidelberg.de:will/joeynmt-server
Use timespec=seconds for creation time
Merge branch 'master' of gitlab.cl.uni-heidelberg.de:will/joeynmt-server
Return creation date in query_feedback view
Make segment 3 batch size 15 by default
Revert "Don’t reset scheduler and optimizer if loading a checkpoint from online learning"
Don’t reset scheduler and optimizer if loading a checkpoint from online learning
Also provide total count of feedback when querying feedback
Allow querying feedback with limit and offset
Add model parameter to validations view
Make model parameter obligatory in /validate view
Add migration for evaluation_results.model column
Add model column to evaluation result table
Merge branch 'master' of gitlab.cl.uni-heidelberg.de:will/joeynmt-server
Add a view for simply listing user's feedback
Fix simple error in route declaration
Add endpoint for retrieving evaluation results
Fix a few issues with online training simulation
Fix syntax error
Fix a number of mistakes with simulated online training
Fix trivial argument name error
Simplify --base-url argument of online training simulation script
Add script for simulating online training
Use sequence_accuracy as eval_metric
Improve logging for validation
Fix name shadowing error in validation view
Fix bug in evaluation after training
Simplify dev set loading code
Loading