Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
D-Cliques
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
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
SaCS
Distributed Machine Learning
D-Cliques
Commits
f233a19c
Commit
f233a19c
authored
3 years ago
by
Erick Lavoie
Browse files
Options
Downloads
Patches
Plain Diff
Updated experiments.sh for previous results to follow new directory conventions
parent
bc623e5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
results/cifar10/1-node-iid/experiments.sh
+2
-2
2 additions, 2 deletions
results/cifar10/1-node-iid/experiments.sh
results/mnist/ring/iid/experiments.sh
+2
-2
2 additions, 2 deletions
results/mnist/ring/iid/experiments.sh
with
4 additions
and
4 deletions
results/cifar10/1-node-iid/experiments.sh
+
2
−
2
View file @
f233a19c
#!/usr/bin/env bash
#!/usr/bin/env bash
TOOLS
=
../../../../
learn-topology
/tools
;
CWD
=
"
$(
pwd
)
"
;
cd
$TOOLS
TOOLS
=
../../../../
../Software/non-iid-topology-simulator
/tools
/v1
;
CWD
=
"
$(
pwd
)
"
;
cd
$TOOLS
BSZS
=
'
BSZS
=
'
2000
2000
'
'
...
@@ -8,7 +8,7 @@ LRS='
...
@@ -8,7 +8,7 @@ LRS='
'
'
for
BSZ
in
$BSZS
;
for
BSZ
in
$BSZS
;
do for
LR
in
$LRS
;
do for
LR
in
$LRS
;
do
python s
gp-mnist
.py
--nb-nodes
1
--nb-epochs
100
--local-classes
10
--seed
1
--nodes-per-class
1 1 1 1 1 1 1 1 1 1
--global-train-ratios
1 1 1 1 1 1 1 1 1 1
--dist-optimization
d-psgd
--topology
fully_connected
--metric
dissimilarity
--learning-momentum
0.9
--sync-per-mini-batch
1
--results-directory
$CWD
/all
--learning-rate
$LR
--batch-size
$BSZ
"
$@
"
--single-process
--dataset
cifar10
--model
gn-lenet
--accuracy-logging-interval
10
--validation-set-ratio
0.5
--single-process
--nb-logging-processes
1
do
python s
imulate
.py
--nb-nodes
1
--nb-epochs
100
--local-classes
10
--seed
1
--nodes-per-class
1 1 1 1 1 1 1 1 1 1
--global-train-ratios
1 1 1 1 1 1 1 1 1 1
--dist-optimization
d-psgd
--topology
fully_connected
--metric
dissimilarity
--learning-momentum
0.9
--sync-per-mini-batch
1
--results-directory
$CWD
/all
--learning-rate
$LR
--batch-size
$BSZ
"
$@
"
--single-process
--dataset
cifar10
--model
gn-lenet
--accuracy-logging-interval
10
--validation-set-ratio
0.5
--single-process
--nb-logging-processes
1
done
;
done
;
done
;
done
;
This diff is collapsed.
Click to expand it.
results/mnist/ring/iid/experiments.sh
+
2
−
2
View file @
f233a19c
#!/usr/bin/env bash
#!/usr/bin/env bash
TOOLS
=
../../../../../
learn-topology
/tools
;
CWD
=
"
$(
pwd
)
"
;
cd
$TOOLS
TOOLS
=
../../../../../
../Software/non-iid-topology-simulator
/tools
/v1
;
CWD
=
"
$(
pwd
)
"
;
cd
$TOOLS
BSZS
=
'
BSZS
=
'
128
128
'
'
...
@@ -8,7 +8,7 @@ LRS='
...
@@ -8,7 +8,7 @@ LRS='
'
'
for
BSZ
in
$BSZS
;
for
BSZ
in
$BSZS
;
do for
LR
in
$LRS
;
do for
LR
in
$LRS
;
do
python s
gp-mnist
.py
--nb-nodes
100
--nb-epochs
100
--local-classes
10
--seed
1
--nodes-per-class
100 100 100 100 100 100 100 100 100 100
--global-train-ratios
0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568
--dist-optimization
d-psgd
--topology
ring
--metric
random
--learning-momentum
0.
--sync-per-mini-batch
1
--results-directory
$CWD
/all
--learning-rate
$LR
--batch-size
$BSZ
"
$@
"
--parallel-training
--nb-workers
10
--dataset
mnist
--model
linear
do
python s
imulate
.py
--nb-nodes
100
--nb-epochs
100
--local-classes
10
--seed
1
--nodes-per-class
100 100 100 100 100 100 100 100 100 100
--global-train-ratios
0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568 0.802568
--dist-optimization
d-psgd
--topology
ring
--metric
random
--learning-momentum
0.
--sync-per-mini-batch
1
--results-directory
$CWD
/all
--learning-rate
$LR
--batch-size
$BSZ
"
$@
"
--parallel-training
--nb-workers
10
--dataset
mnist
--model
linear
done
;
done
;
done
;
done
;
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