Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
decentralizepy
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Milos Vujasinovic
decentralizepy
Commits
1a56aadc
Commit
1a56aadc
authored
3 years ago
by
Jeffrey Wigger
Browse files
Options
Downloads
Patches
Plain Diff
config fixes
parent
90772eb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
eval/step_configs/config_femnist.ini
+4
-4
4 additions, 4 deletions
eval/step_configs/config_femnist.ini
eval/step_configs/config_femnist_topkacc.ini
+2
-2
2 additions, 2 deletions
eval/step_configs/config_femnist_topkacc.ini
with
6 additions
and
6 deletions
eval/step_configs/config_femnist.ini
+
4
−
4
View file @
1a56aadc
...
...
@@ -3,8 +3,8 @@ dataset_package = decentralizepy.datasets.Femnist
dataset_class
=
Femnist
random_seed
=
97
model_class
=
CNN
train_dir
=
/
home/ri
shar
ma
/leaf/data/femnist/per_user_data/train
test_dir
=
/
home/ri
shar
ma
/leaf/data/femnist/data/test
train_dir
=
/
mnt/nfs/
shar
ed
/leaf/data/femnist/per_user_data/train
test_dir
=
/
mnt/nfs/
shar
ed
/leaf/data/femnist/data/test
; python list of fractions below
sizes
=
...
...
@@ -16,9 +16,9 @@ lr = 0.001
[TRAIN_PARAMS]
training_package
=
decentralizepy.training.GradientAccumulator
training_class
=
GradientAccumulator
rounds
=
20
rounds
=
47
full_epochs
=
False
batch_size
=
6
4
batch_size
=
1
6
shuffle
=
True
loss_package
=
torch.nn
loss_class
=
CrossEntropyLoss
...
...
This diff is collapsed.
Click to expand it.
eval/step_configs/config_femnist_topkacc.ini
+
2
−
2
View file @
1a56aadc
...
...
@@ -31,6 +31,6 @@ comm_class = TCP
addresses_filepath
=
ip_addr_6Machines.json
[SHARING]
sharing_package
=
decentralizepy.sharing.
TopK
sharing_class
=
TopK
sharing_package
=
decentralizepy.sharing.
PartialModel
sharing_class
=
PartialModel
alpha
=
0.1
\ No newline at end of file
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