Skip to content

Instantly share code, notes, and snippets.

View ekellbuch's full-sized avatar

E. Kelly Buchanan ekellbuch

View GitHub Profile
@BIGBALLON
BIGBALLON / extract_ILSVRC.sh
Created May 13, 2018 20:09
script for ImageNet data extract.
#!/bin/bash
#
# script to extract ImageNet dataset
# ILSVRC2012_img_train.tar (about 138 GB)
# ILSVRC2012_img_val.tar (about 6.3 GB)
# make sure ILSVRC2012_img_train.tar & ILSVRC2012_img_val.tar in your current directory
#
# https://github.com/facebook/fb.resnet.torch/blob/master/INSTALL.md
#
# train/
@ekellbuch
ekellbuch / reliability_diagram_gmm.ipynb
Last active July 11, 2025 00:14
Reliability_diagram_binary_classification.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ekellbuch
ekellbuch / transfer-function-analysis-and-perfect-tracking.ipynb
Created May 30, 2025 00:56
Transfer Function Analysis and Perfect Tracking
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sdbuch
sdbuch / cross-attention.ipynb
Created July 24, 2025 06:34
Simple class-conditional denoiser with cross attention, minimal eval
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.