Skip to content

Commit

Permalink
fix typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kw-corne committed Aug 17, 2023
1 parent eab5704 commit 7995efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoverify/util/vnncomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def inst_bench_to_verifier(
elif verifier == "verinet":
if benchmark == "acasxu":
return Verinet(transpose_matmul_weights=True)
elif benchmark == "cifar202":
elif benchmark == "cifar2020":
if instance.network.name.find("convBigRELU") >= 0:
return Verinet(dnnv_simplify=True)
elif benchmark == "cifar100_tinyimagenet_resnet":
Expand Down

0 comments on commit 7995efc

Please sign in to comment.