Skip to content

Commit

Permalink
default args change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphonsce committed Apr 22, 2024
1 parent 92d2e87 commit 752fc61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 99 deletions.
2 changes: 1 addition & 1 deletion src/metr/metr_pp_eval_stable_sig.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def aa(*args, **kwargs):
aa("--eval_bits", type=utils.bool_inst, default=True, help="")
aa("--decode_only", type=utils.bool_inst, default=False, help="")
aa("--key_str", type=str, default="111010110101000001010111010011010100010000100111")
aa("--msg_decoder_path", type=str, default= "dec_48b_whit.torchscript.pt")
aa("--msg_decoder_path", type=str, default= "models/dec_48b_whit.torchscript.pt")
aa("--attack_mode", type=str, default= "all")
aa("--num_bits", type=int, default=48)
aa("--redundancy", type=int, default=1)
Expand Down
98 changes: 0 additions & 98 deletions src/metr/target_api.py

This file was deleted.

0 comments on commit 752fc61

Please sign in to comment.