Update config.py
Browse files
config.py
CHANGED
|
@@ -44,7 +44,7 @@ class CONFIG:
|
|
| 44 |
transition_probs = ((0.9, 0.1), (0.5, 0.1), (0.5, 0.5)) # list of trainsition probs for Markow Chain
|
| 45 |
|
| 46 |
class EVAL:
|
| 47 |
-
packet_size =
|
| 48 |
transition_probs = [(0.9, 0.1)] # (0.9, 0.1) ~ 10%; (0.8, 0.2) ~ 20%; (0.6, 0.4) ~ 40%
|
| 49 |
masking = 'gen' # whether using simulation or real traces from Microsoft to generate masks
|
| 50 |
assert masking in ['gen', 'real']
|
|
|
|
| 44 |
transition_probs = ((0.9, 0.1), (0.5, 0.1), (0.5, 0.5)) # list of trainsition probs for Markow Chain
|
| 45 |
|
| 46 |
class EVAL:
|
| 47 |
+
packet_size = 960 # 20ms
|
| 48 |
transition_probs = [(0.9, 0.1)] # (0.9, 0.1) ~ 10%; (0.8, 0.2) ~ 20%; (0.6, 0.4) ~ 40%
|
| 49 |
masking = 'gen' # whether using simulation or real traces from Microsoft to generate masks
|
| 50 |
assert masking in ['gen', 'real']
|