Skip to content

Instantly share code, notes, and snippets.

View VitalyyBezuglyj's full-sized avatar
🍊

Виталий Безуглый VitalyyBezuglyj

🍊
View GitHub Profile
@moskomule
moskomule / tinyimagenet.sh
Created November 6, 2017 10:48
tiny imagenet downloader
#!/bin/bash
# download and unzip dataset
#wget http://cs231n.stanford.edu/tiny-imagenet-200.zip
unzip tiny-imagenet-200.zip
current="$(pwd)/tiny-imagenet-200"
# training data
cd $current/train