This is a project that uses pytorch to explore the cryptopunks dataset.
git clone https://github.com/jmsdnns/firepunks
cd firepunks
python -mvenv venv
source venv/bin/activate
pip install -r ./requirements.txt
- Explore Images: A brief jaunt through the images themselves.
- Explore Labels: Explores using pytorch random sampling
- Fyre Fest: A basic, not that good classifier.
- Convolutional Punk: A first take at a convolutional autoencoder.