Skip to content

Instantly share code, notes, and snippets.

View sunziping2016's full-sized avatar
๐Ÿ‘

Ziping Sun sunziping2016

๐Ÿ‘
View GitHub Profile
@karpathy
karpathy / microgpt.py
Last active February 14, 2026 04:45
microgpt
"""
The most atomic way to train and inference a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@GJCav
GJCav / imstitch.py
Last active April 11, 2023 15:23
use SIFT to match mutiple images and stitch them
SEE: https://github.com/GJCav/imstitch
THIS FILE GIST IS DEPRECATED!!!