Skip to content
Snippets Groups Projects

Choco compression fix

Open Milos Vujasinovic requested to merge mvujas/decentralizepy:choco-compression-fix into main
Files
3
+ 2
2
@@ -8,7 +8,7 @@ from torch import multiprocessing as mp
from decentralizepy import utils
from decentralizepy.graphs.Graph import Graph
from decentralizepy.mappings.Linear import Linear
from decentralizepy.node.SecureCompressedAggregatopn import SecureCompressedAggregatopn
from decentralizepy.node.SecureCompressedAggregation import SecureCompressedAggregation
def read_ini(file_path):
@@ -54,7 +54,7 @@ if __name__ == "__main__":
for r in range(procs_per_machine):
processes.append(
mp.Process(
target=SecureCompressedAggregatopn,
target=SecureCompressedAggregation,
args=[
r,
m_id,
Loading