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

Increase celeba sharing

parent 67978d87
No related branches found
No related tags found
No related merge requests found
...@@ -33,5 +33,5 @@ sharing_package = decentralizepy.sharing.GrowingAlpha ...@@ -33,5 +33,5 @@ sharing_package = decentralizepy.sharing.GrowingAlpha
sharing_class = GrowingAlpha sharing_class = GrowingAlpha
init_alpha=0.10 init_alpha=0.10
max_alpha=0.75 max_alpha=0.75
k=8 k=6
metadata_cap=0.65 metadata_cap=0.65
...@@ -4,7 +4,6 @@ import sys ...@@ -4,7 +4,6 @@ import sys
import numpy as np import numpy as np
from matplotlib import pyplot as plt from matplotlib import pyplot as plt
from numpy.core.numeric import indices
def get_stats(l): def get_stats(l):
......
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