Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre.delaunay committed Jun 6, 2024
1 parent cfe3ff4 commit b3805a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/torchvision/voirfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def instrument_main(ov, options: Config):
batch_size_fn=lambda x: len(x[0])
)

probe = ov.probe(f"//{refstring(imagenet_dataloader)}() as loader", overridable=True)
probe = ov.probe(f"{refstring(imagenet_dataloader)}() as loader", overridable=True)
probe['loader'].override(wrapper.loader)

probe = ov.probe("//train_epoch > criterion", overridable=True)
Expand Down
3 changes: 3 additions & 0 deletions scripts/article/run_cuda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ fi

cd $MILABENCH_WORDIR

(cd $MILABENCH_WORDIR/milabench && git pull origin intel)
pip install -e $MILABENCH_WORDIR/milabench

#
# Run the benchmakrs
milabench run "$@"
Expand Down

0 comments on commit b3805a2

Please sign in to comment.