A hobby ai to generate infinite music
ai
Find a file
2025-11-12 12:15:59 -05:00
.gitignore ignore safetensors 2025-11-12 12:15:59 -05:00
data.py add player script and fix bug 2025-11-12 12:11:57 -05:00
dataInit.py simple vae style model 2025-11-12 12:10:52 -05:00
model.py added transformer block in latenent space 2025-11-12 12:13:03 -05:00
README.md Added readme 2025-10-15 02:30:39 -04:00
run.py add player script and fix bug 2025-11-12 12:11:57 -05:00
shell.nix add shell.nix 2025-11-12 12:15:41 -05:00
show.py changed back to [0,1] normal 2025-10-15 02:19:33 -04:00
train.py add status bar for epoch progress 2025-11-12 12:12:26 -05:00

InfiniteMusic

A on and off attempt to build a more complex ML model.

Why

To better learn tinygrad and ways to write an impliment training scripts and models. This is mostly me messing around and will likely not be a real model anytime soon.