Stars
0
Forks
0
Watchers
0
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
28
commits
Working DiffuGene implementation (needs to be reorganized/cleaned) with UNet backbone.
7a0bcddView on GitHubImplemented chromosome-specific VQ-VAE models (TODO: integrate better with pipeline).
1fc7cbbView on GitHubFixed generation bugs (imputation, fam matching, etc). Added decoding functionality for generated samples.
3a79447View on GitHubGeneration script updates, added several visualizations + Notebook updates.
799eb62View on GitHubVAE architecture tweaking. Added per-PC MSE logging during training, richer pos embed, MHSA at bottleneck, MBConv style blocks.
e38af09View on GitHubVAE architecture and training adjustments: 1. norm + activation swaps, 2. FiLM identity init, 3. updated LR schedule, 4. residual 1D blocks, 5. KL cyclical schedule + free-bits.
8fb7bb9View on GitHub