Skip to content
Snippets Groups Projects
Commit 33784e12 authored by Rishi Sharma's avatar Rishi Sharma
Browse files

Partial model sharing fix - config

parent ece19923
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
dataset_package = decentralizepy.datasets.Femnist dataset_package = decentralizepy.datasets.Femnist
dataset_class = Femnist dataset_class = Femnist
model_class = CNN model_class = CNN
n_procs = 4 n_procs = 16
train_dir = /home/risharma/Gitlab/decentralizepy/leaf/data/femnist/per_user_data/train train_dir = /home/risharma/Gitlab/decentralizepy/leaf/data/femnist/per_user_data/train
test_dir = /home/risharma/Gitlab/decentralizepy/leaf/data/femnist/data/test test_dir = /home/risharma/Gitlab/decentralizepy/leaf/data/femnist/data/test
; python list of fractions below ; python list of fractions below
...@@ -30,4 +30,4 @@ addresses_filepath = ip_addr_6Machines.json ...@@ -30,4 +30,4 @@ addresses_filepath = ip_addr_6Machines.json
[SHARING] [SHARING]
sharing_package = decentralizepy.sharing.PartialModel sharing_package = decentralizepy.sharing.PartialModel
sharing_class = PartialModel sharing_class = PartialModel
alpha = 0.5 alpha = 0.95
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment