Skip to content
Snippets Groups Projects
Commit eaaee8b7 authored by Jeffrey Wigger's avatar Jeffrey Wigger
Browse files

cifar configs fix 2

parent e60bf768
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,8 @@ loss_package = torch.nn
loss_class = CrossEntropyLoss
[COMMUNICATION]
comm_package = decentralizepy.communication.SharingDynamicGraph
comm_class = SharingDynamicGraph
comm_package = decentralizepy.communication.TCPRandomWalkRouting
comm_class = TCPRandomWalkRouting
addresses_filepath = ip_addr_6Machines.json
sampler = equi
......
......@@ -32,5 +32,5 @@ addresses_filepath = ip_addr_6Machines.json
sampler = equi
[SHARING]
sharing_package = decentralizepy.sharing.SharingWithRWAsyncDynamic
sharing_class = SharingWithRWAsyncDynamic
\ No newline at end of file
sharing_package = decentralizepy.sharing.SharingDynamicGraph
sharing_class = SharingDynamicGraph
\ 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