Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SemiSmoothNewton.jl
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
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stephan Hilb
SemiSmoothNewton.jl
Commits
5c1f9613
Commit
5c1f9613
authored
Feb 7, 2022
by
Stephan Hilb
Browse files
Options
Downloads
Patches
Plain Diff
rename convergence rate experiment
parent
241d2669
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/run.jl
+1
-1
1 addition, 1 deletion
scripts/run.jl
scripts/run_experiments.jl
+1
-1
1 addition, 1 deletion
scripts/run_experiments.jl
with
2 additions
and
2 deletions
scripts/run.jl
+
1
−
1
View file @
5c1f9613
...
@@ -4,5 +4,5 @@ const datapath = joinpath(@__DIR__, "..", "data")
...
@@ -4,5 +4,5 @@ const datapath = joinpath(@__DIR__, "..", "data")
ctx
=
Util
.
Context
(
datapath
)
ctx
=
Util
.
Context
(
datapath
)
ctx
(
experiment_
pd
-
comparison
,
"pd-comparison
"
)
ctx
(
experiment_
convergence_rate
,
"fem/convergence/rate
"
)
ctx
(
experiment_optflow_middlebury_all
,
"fem/optflow/middlebury"
)
ctx
(
experiment_optflow_middlebury_all
,
"fem/optflow/middlebury"
)
This diff is collapsed.
Click to expand it.
scripts/run_experiments.jl
+
1
−
1
View file @
5c1f9613
...
@@ -851,7 +851,7 @@ function denoise_pd(st, img; df=nothing, algorithm, params_...)
...
@@ -851,7 +851,7 @@ function denoise_pd(st, img; df=nothing, algorithm, params_...)
end
end
function
experiment_
pd_comparison
(
ctx
)
function
experiment_
convergence_rate
(
ctx
)
img
=
loadimg
(
joinpath
(
ctx
.
indir
,
"input.png"
))
img
=
loadimg
(
joinpath
(
ctx
.
indir
,
"input.png"
))
#img = [0. 0.; 1. 0.]
#img = [0. 0.; 1. 0.]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment