Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ECCCo-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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Patrick Altmeyer
ECCCo-jl
Commits
4f2faac0
Commit
4f2faac0
authored
1 year ago
by
pat-alt
Browse files
Options
Downloads
Patches
Plain Diff
specified storage path for interim results
parent
d3ca3562
Branches
main
Branches containing commit
No related tags found
1 merge request
!89
85 overshooting
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
experiments/benchmarking/benchmarking.jl
+2
-0
2 additions, 0 deletions
experiments/benchmarking/benchmarking.jl
experiments/jobscripts/testing/mnist.sh
+1
-1
1 addition, 1 deletion
experiments/jobscripts/testing/mnist.sh
with
3 additions
and
1 deletion
experiments/benchmarking/benchmarking.jl
+
2
−
0
View file @
4f2faac0
...
...
@@ -163,6 +163,7 @@ function run_benchmark(exper::Experiment, model_dict::Dict)
end
# Run benchmark:
storage_path
=
mkpath
(
joinpath
(
exper
.
output_path
,
"interim_
$(dataname)
"
))
bmk
=
benchmark
(
counterfactual_data
;
models
=
model_dict
,
...
...
@@ -177,6 +178,7 @@ function run_benchmark(exper::Experiment, model_dict::Dict)
store_ce
=
exper
.
store_ce
,
n_runs
=
exper
.
n_runs
,
vertical_splits
=
VERTICAL_SPLITS
,
storage_path
=
storage_path
)
return
bmk
,
generator_dict
end
This diff is collapsed.
Click to expand it.
experiments/jobscripts/testing/mnist.sh
+
1
−
1
View file @
4f2faac0
...
...
@@ -13,4 +13,4 @@ module load 2023r1 openmpi
source
experiments/slurm_header.sh
srun julia
--project
=
experiments
--threads
$SLURM_CPUS_PER_TASK
experiments/run_experiments.jl
--
data
=
mnist
output_path
=
results mpi threaded
n_individuals
=
20
n_runs
=
5
vertical_splits
=
20
>
experiments/logs/mnist.log
srun julia
--project
=
experiments
--threads
$SLURM_CPUS_PER_TASK
experiments/run_experiments.jl
--
data
=
mnist
output_path
=
results
_testing
mpi threaded
n_individuals
=
20
n_runs
=
5
vertical_splits
=
20
>
experiments/logs/
testing_
mnist.log
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