An open API service indexing awesome lists of open source software.

https://github.com/activeloopai/mini-benchmarks


https://github.com/activeloopai/mini-benchmarks

Last synced: 7 months ago
JSON representation

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
```