XDHDD commited on
Commit
6aeb30a
1 Parent(s): ac39380

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
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 = 320 # 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']
 
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']