Skip to content

Instantly share code, notes, and snippets.

View b1shtream's full-sized avatar
:electron:
hackers_are_mysterious

Riya Bisht b1shtream

:electron:
hackers_are_mysterious
View GitHub Profile
@antoinebrl
antoinebrl / README.md
Last active May 23, 2025 13:05
Prepare ImageNet

Preparation of ImageNet (ILSVRC2012)

The dataset can be found on the official website if you are affiliated with a research organization. It is also available on Academic torrents.

This script extracts all the images and group them so that folders contain images that belong to the same class.

  1. Download the ILSVRC2012_img_train.tar and ILSVRC2012_img_val.tar
  2. Download the script wget https://gist.githubusercontent.com/antoinebrl/7d00d5cb6c95ef194c737392ef7e476a/raw/dc53ad5fcb69dcde2b3e0b9d6f8f99d000ead696/prepare.sh
  3. Run it ./prepare.sh
@ax3l
ax3l / CUDA_Compilers.md
Last active May 18, 2025 10:46
CUDA Compilers