https://github.com/roboflow/clip-benchmark
https://github.com/roboflow/clip-benchmark
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roboflow/clip-benchmark
- Owner: roboflow
- Created: 2022-09-15T09:45:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T16:04:33.000Z (almost 4 years ago)
- Last Synced: 2025-02-25T09:59:40.506Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```