Skip to content

Commit

Permalink
Fix test v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Dec 7, 2023
1 parent 0fd67ad commit 59e452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/brevitas/graph/equalization_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'mobilenet_v2': [0.161, 0.320],
'resnet18': [0.487, 0.952],
'googlenet': [0.495, 0.982],
'inception_v3': [0.582, 0.989],
'inception_v3': [0.497, 0.989],
'alexnet': [0.875, 0.875],}

IN_SIZE_CONV = (1, 3, 224, 224)
Expand Down

0 comments on commit 59e452f

Please sign in to comment.