-
-
Notifications
You must be signed in to change notification settings - Fork 12
fix(ci): resolve 6 real CI failures + DiT / weight-init vectorization #1156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
74af37d
fix(stats): break BasicStats.CalculateStats recursion that crashed te…
ooples f43da33
test(data): cross-platform retry trigger for RobustFileOps tests
ooples abcdcdd
fix(serialization): match MultiHeadAttentionLayer 5-arg constructor i…
ooples d61cc69
fix(optimizer): re-allocate Adam moments when cached shape mismatches…
ooples a38e3a0
fix(serving): cross-platform sanitizer for AesGcm artifact filenames
ooples d9eeebe
fix(layers): sparselinearlayer reports supportstraining true
ooples d413083
perf(dit): vectorize Patchify/Unpatchify/AdaLN via Engine reshape+per…
ooples f7db4da
perf(init): batched parallel Xavier normal weight initialization
ooples c22c3f6
chore(deps): bump aidotnet.tensors 0.46.0 -> 0.46.1
ooples 05f3a03
fix(stats): break EnsureFullStatsComputed recursion in errorstats/mod…
ooples 0f1bb6f
fix(networks): resnet/vgg train adds batch dim for 3d input
ooples 2c5b83e
fix(networks): mobilenetv2 handles 3d input in forward/train/namedact…
ooples 46f2f2f
test(networks): instructorembedding test shape matches 768-dim model
ooples 08b86e7
fix(networks): convolutionalneuralnetwork train adds batch dim for 3d…
ooples 15dc66c
fix(networks): unet3d decoder channel count + test output shape
ooples b046eb2
fix(gp): escalating cholesky jitter for sparsegaussianprocess.fit
ooples 290090d
fix(generators): correct audio/video modeldomain ordinal in testscaff…
ooples 42b48ad
test(neuralnetworks): align word2vec test shapes with softmax vocab head
ooples ca646c8
test(ner): emit 768-dim scaffolded shapes for transformer ner models
ooples 6173705
fix(layers): default rnn head should use identityactivation, not relu…
ooples d964ea4
fix(memorynetwork): seed memory and wire training through the memory-…
ooples 0cf7780
fix(quantumnn): migrate training to trainwithtape and use identity on…
ooples 9c5d698
fix(diffusion): upscaleavideo inputconv should match latent channels,…
ooples dee79b6
fix(diffusion): videounet spatial resblock must mix channels, not width
ooples e798e07
fix(serialization): register memoryread and memorywrite layers for de…
ooples 567aebc
fix(gp): sparsegp ky solve falls back to svd pseudoinverse when chole…
ooples 1d90efe
fix(regression): poisson irls must not overwrite coefficients with na…
ooples 44be1ff
fix(regression): rbf solve via tikhonov-damped svd instead of normal-…
ooples 4fcea5c
fix: address 10 CodeRabbit review comments on PR #1156
franklinic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.