Skip to content

Commit

Permalink
Change normalization method to MEAN
Browse files Browse the repository at this point in the history
  • Loading branch information
haotianteng committed Jan 9, 2020
1 parent a0d3354 commit 36de5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiron/chiron_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def read_data_for_eval(file_path,
start_index=0,
step=20,
seg_length=200,
sig_norm=MEDIAN,
sig_norm=MEAN,
reverse = False):
"""
Input Args:
Expand Down

0 comments on commit 36de5df

Please sign in to comment.