Skip to content

Instantly share code, notes, and snippets.

View dartt0n's full-sized avatar
🔥
building services

Anton Kudryavtsev dartt0n

🔥
building services
View GitHub Profile
@dartt0n
dartt0n / disk-caching-for-ir2024-innopolis-university.md
Last active March 19, 2025 16:53
Disk caching (compatible with any`load_image_from_url` implementation) for Information Retrieval'24 course @ Innopolis University

Precomputed Hashes

You can download precomputed image caches (compressed 8.35GB, uncompressed 12.45GB): Yandex Cloud: https://storage.yandexcloud.net/ir24-precomputed-hashes/image_cache.zip (please do not DDOS this link, I pay for that from my own money)

For faster experiments with Kaggle/Colab, add the following code to download caches:

!wget https://storage.yandexcloud.net/ir24-precomputed-hashes/image_cache.zip
!unzip image_cache.zip