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

https://github.com/roboflow/clip-benchmark


https://github.com/roboflow/clip-benchmark

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Clip benchmarks

## Getting started

### Docker

```bash
docker build -t clip-benchmark .
```

```
docker run --gpus all --rm -it --ipc host --network host --shm-size 64g \
-u $(id -u ${USER}):$(id -g ${USER}) \
-v $(pwd):/workspace \
clip-benchmark run_benchmarks.sh
```