Skip to content

Commit

Permalink
correct typos in main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TsingZ0 committed Apr 17, 2024
1 parent b402ad8 commit 6e4e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def run(args):
parser.add_argument('-et', "--eta", type=float, default=1.0)
parser.add_argument('-s', "--rand_percent", type=int, default=80)
parser.add_argument('-p', "--layer_idx", type=int, default=2,
help="More fine-graind than its original paper.")
help="More fine-grained than its original paper.")

args = parser.parse_args()

Expand Down

0 comments on commit 6e4e336

Please sign in to comment.