https://github.com/activeloopai/mini-benchmarks
https://github.com/activeloopai/mini-benchmarks
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/activeloopai/mini-benchmarks
- Owner: activeloopai
- Created: 2022-11-08T04:19:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T05:00:16.000Z (about 3 years ago)
- Last Synced: 2025-02-16T14:15:37.208Z (11 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intel Benchmarks
Has two set of benchmarks, one for dataloader and query.
### Setup
```
pip3 install -r requirements.txt
python3 trivial/prep.py
```
### Query
an example query
```
python3 trivial/query.py --stream --scenario=0
```
### Dataloader
an example dataloader
```
python3 trivial/dataloader.py --enterprise --stream --shuffle --model
```
### All run
```
./trivial.sh
```