issues
search
rom1504
/
clip-retrieval
Easily compute clip embeddings and build a clip retrieval system with them
https://rom1504.github.io/clip-retrieval/
MIT License
2.42k
stars
213
forks
source link
Improve logger reliability.
#188
Closed
rom1504
closed
2 years ago
rom1504
commented
2 years ago
try/catch to avoid swallowing errors
do warmup in load clip so inference time is counted when hot
fix missing lru cache in openclip
save start/end time and use that to start counting sample/s only after initial load
Result: sample/s is ready to be read after about 1min instead of 4
Result: sample/s is ready to be read after about 1min instead of 4