Skip to content

Commit

Permalink
updated 3_banks_homo_mid data
Browse files Browse the repository at this point in the history
  • Loading branch information
TheColdIce committed Oct 9, 2024
1 parent b56584b commit 9d8184d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified experiments/data.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion experiments/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
def main():
# Parse arguments
parser = argparse.ArgumentParser()
parser.add_argument('--conf_file', type=str, help='Path to the config file', default='/home/edvin/Desktop/flib/experiments/param_files/3_banks_homo_easy/conf.json')
parser.add_argument('--conf_file', type=str, help='Path to the config file', default='/home/edvin/Desktop/flib/experiments/param_files/3_banks_homo_mid/conf.json')
args = parser.parse_args()

generator = DataGenerator(args.conf_file)
Expand Down
4 changes: 2 additions & 2 deletions experiments/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
def main():
# Parse arguments
parser = argparse.ArgumentParser()
parser.add_argument('--conf_file', type=str, help='Path to the config file', default='/home/edvin/Desktop/flib/experiments/param_files/3_banks_homo_easy/conf.json')
parser.add_argument('--tx_log_file', type=str, help='Path to raw data file', default='/home/edvin/Desktop/flib/experiments/data/3_banks_homo_easy/tx_log.csv')
parser.add_argument('--conf_file', type=str, help='Path to the config file', default='/home/edvin/Desktop/flib/experiments/param_files/3_banks_homo_mid/conf.json')
parser.add_argument('--tx_log_file', type=str, help='Path to raw data file', default='/home/edvin/Desktop/flib/experiments/data/3_banks_homo_mid/tx_log.csv')
args = parser.parse_args()

# check sar tx ratio
Expand Down

0 comments on commit 9d8184d

Please sign in to comment.