Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
deepdraw
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
medai
software
deepdraw
Graph
dc288792e47b2ea93410354dc60b5412154eb1e0
Select Git revision
Branches
2
1.1.x
main
default
protected
Tags
9
v1.5.0
v1.4.0
v1.3.0
v1.2.0
v1.1.1
models-v1
v1.1.0
v1.0.1
v1.0.0
11 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Jun
26
24
5
27
May
20
19
18
15
13
12
11
8
6
5
1
30
Apr
29
28
27
26
25
24
23
22
21
20
17
15
14
13
12
11
10
9
8
7
5
4
3
2
23
Mar
21
19
17
16
18
Feb
14
Nov
30
Oct
16
17
Sep
12
10
9
6
5
2
30
Aug
29
28
26
19
14
13
12
31
Jul
25
18
15
9
8
5
2
28
Jun
27
25
24
19
6
29
May
24
23
22
16
15
14
10
9
1
29
Apr
25
24
18
[engine.evaluator] Fix function to calculate patch performance
[engine.evaluator] Dump scores for patches as well
[script] Add significance test and support for it on evaluation
[doc] Update baseline results
[models.driu_od] Fix copy-n-paste error on backbone layer selection
[test.test_cli] Fix unit test
[engine,script] Simplify implementation of subset folder structure; Fix unit tests
[script.*] Change prediction to write dataset predictions on a subfolder named after the dataset name in the current run
[configs.datasets.hrf.xtest] Fix dictionary key
[configs.datasets.hrf] Add full-resolution train/test sets as evaluation datasets
[conda] Relax pytorch on OSX requirements
1.1.x
1.1.x
[engine.inferencer] Fix type mismatch in pos/neg operations
[modeling.losses] Patch weak_script hack
[configs.datasets] Fix stare/chasedb1 covd configurations to avoid warning
[script.analyze] Issue warning if keys do not match on for second-annotator evaluations (should not happen, normally)
[script.analyze] Insert safey checks on automated analysis script
[script.evaluate] Fix second-annotator comparisons with a key-resemblance check; Add assertions in engine.evaluator to ensure proper comparisons
[readme] Set coverage to point to coverage report in docs [ci skip]
[test.test_models] Change mode to 0644
[models.normalizer] Change mode to 0644
Merge branch 'model-cleanup' into 'master'
[test.test_summary] Fix resunet test
[test.test_summary] Fix imports
[utils.checkpointer] Remove custom serialization
[models,configs/models] Cleanup model implementation to re-use all backbones from torchvision; Simplify checkpointer; Remove own implementation of model_zoo; Implement normalization for torchvision-based backbones; Enables pytorch installation on osx
[test.test_config] Check image bounds
models-v1
models-v1
[doc/scripts/baselines] Fix script
[doc/scripts] Reformat baselines.sh [ci skip]
[doc] Reset scripts for baseline and xtest [ci skip]
[test.test_config] Fix config tests after db remodelling
[configs.datasets] Use "validation" as key for default validation set
[script.experiment] Use, preferably, the model with lowest validation error
[engine.predictor] Use non-blocking operation to predictor speed-up
[engine.ssltrainer] Validation does not compute SSL loss, just standard model performance
[engine.*trainer] Set non-blocking operation for CPU->GPU data transfers to make communication asynchronous
[engine] More comments on model.train() and model.to() usage
[engine.*trainer] Optimize validation during training with torch.no_grad() and model.eval()
[configs.datasets.*.covd] Add test data from COVD-target datasets as training data
[engine.ssltrainer] Make logged variable names more consistent
[configs.datasets.*.covd] Fix validation set
Loading