Skip to content

Instantly share code, notes, and snippets.

View AntoinePassemiers's full-sized avatar
🧂
The salt factory

Antoine Passemiers AntoinePassemiers

🧂
The salt factory
  • ESAT/STADIUS, KULeuven
  • Belgium
View GitHub Profile
@akesling
akesling / mnist.py
Last active August 15, 2024 03:08
MNist loading helper for Python 2.7. For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
import os
import struct
import numpy as np
"""
MNist loading helper for Python 2.7.
For Python 3.x, see https://gist.github.com/akesling/42393ccb868125071fdea77d98a0d2f0
Loosely inspired by http://abel.ee.ucla.edu/cvxopt/_downloads/mnist.py