Skip to content

Instantly share code, notes, and snippets.

View albertorb's full-sized avatar
🎯
Focusing

Alberto Rincón albertorb

🎯
Focusing
View GitHub Profile
@albertorb
albertorb / get_cifar100.py
Created November 21, 2017 10:33 — forked from beeva-albertorincon/get_cifar100.py
CIFAR100 dataset extraction
# coding: utf-8
import numpy as np
import pandas as pd
import pickle
from scipy import misc
from tqdm import tqdm
def unpickle(file):