Skip to content

Commit

Permalink
examples/benchmark fix for resnet50 example (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Feb 12, 2024
1 parent 517fd15 commit 20f90ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/benchmark/resnet50_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@

import numpy

from deepsparse import benchmark_model, cpu
from deepsparse import cpu
from deepsparse.engine import benchmark_model


CORES_PER_SOCKET, AVX_TYPE, VNNI = cpu.cpu_details()
Expand Down

0 comments on commit 20f90ac

Please sign in to comment.