-
-
Notifications
You must be signed in to change notification settings - Fork 12
fix(modelfamily): Generated A-M residual model bugs — BornRule loss + CSPDarknet activations #1719
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
62 commits
Select commit
Hold shift + click to select a range
f59400b
fix(loss): mark BornRuleMseLoss as non-standard gradient sign
franklinic c99d575
fix(cv): expose CSPDarknet backbone per-stage activations for GetName…
franklinic 9c32a33
fix(midas): resolve lazy conv input depth + ScaleInvariantDepthLoss r…
ooples f8f4fe0
fix(causal): recover edges + scale-invariance for AVICI/AmortizedCD/D…
ooples c532d07
fix(meter): embed vision input to VisionDim (real dim-mismatch bug, n…
ooples 07e32e2
test(ci): tag foundation-scale A-M timeout models HeavyTimeout
ooples ff3b800
fix(graph): add missing GraphNetwork category to LinkPredictionModel
ooples e3ec031
fix(rl): default GradientBandit NumArms to 10 (was 0 -> empty agent)
ooples ba29b44
fix(diffusion): #1715 streaming param-IO + chunk-API order/OOM fixes
franklinic cb2aaee
fix(rl): train on partial replay batch + gradient-bandit baseline/gre…
ooples abafd21
fix(rl): keep only paper-faithful bandit changes; revert training ban…
ooples 1b6db76
test(rl): make DifferentStates/Training invariants paper-faithful
ooples 8ba2ac7
fix(rl): default Thompson/EpsilonGreedy NumArms to 10 + greedy Thomps…
ooples fd6f9fa
fix(modelfamily): address pr review comments — dead lagrangian state,…
ooples a402fba
fix(rl): default LSPI/LSTD FeatureSize to 4 (was 0 -> empty weights)
ooples 78061cf
fix(rl): count param-vector growth as change; opt out QMIX/SARSA-lamb…
ooples 5d6333c
test(rl): reliable state-conditionality via state battery + determini…
ooples 69aea93
fix(rl): TRPO Clone deep-copies policy; QMIX train guard + adapter op…
ooples 769e669
Merge remote-tracking branch 'origin/master' into HEAD
ooples 6b59a2c
fix(causal): restore DAG-GNN raw-variance edge orientation (RecoversT…
ooples c038947
test(ci): serialize the ModelFamily TimeSeries/Activation/Loss shard …
ooples 82fc482
ci(deps): bump actions/cache from 5 to 6 (#1730)
dependabot[bot] 810b1e4
ci(deps): bump actions/setup-java from 5.3.0 to 5.4.0 (#1731)
dependabot[bot] 0fb4843
ci(deps): bump actions/setup-dotnet from 5.2.0 to 5.4.0 (#1732)
dependabot[bot] b6324cd
deps: Bump AiDotNet.Tensors from 0.104.6 to 0.105.0 (#1736)
dependabot[bot] 4d280cd
deps: Bump AiDotNet.Native.OpenBLAS from 0.104.6 to 0.105.0 (#1735)
dependabot[bot] 8d8eb3c
test(ci): green ModelFamily NeuralNetworks O–R shard (#1706) — ODISE …
ooples 6218584
fix(rl): implement real training for CQL and IQL offline agents (#1728)
ooples 27fd91e
fix(models): GraphClassificationModel real tape training; defer 2 OOM…
franklinic 3f306b8
Merge branch 'master' into fix/generated-am-modelbugs
ooples 139ce7b
fix(modelfamily): green DiTToTTS metadata + CNNBiLSTMCRF emissions probe
franklinic e2dea07
Merge branch 'master' into fix/generated-am-modelbugs
ooples 7439993
fix(modelfamily): length-preserving synthesis stabilizers (FuSta, Thr…
franklinic 949b3ee
fix(modelfamily): length-preserving dense/flow stabilizers (DUT, GaVS…
franklinic 9ec321d
fix(modelfamily): green A-M L-range models (LLMTime, LinkPrediction) …
franklinic 32a5183
fix(modelfamily): defer FireRedTTS to HeavyTimeout (foundation-scale …
franklinic f664bb0
fix(modelfamily): DGCNN point-cloud InputShape + defer InternVideo2/M…
franklinic 25488db
fix(modelfamily): defer MaskDINO to HeavyTimeout (foundation-scale se…
franklinic 87719d7
ci: don't cancel in-progress PR test-shard runs (cancel-in-progress o…
franklinic 7fbfb41
fix(survival): KaplanMeier Clone must carry fitted non-parametric state
franklinic cf2932c
fix(rl): supervised Train(state,target) bypasses replay warmup; non-c…
franklinic 4ba1e45
Merge remote-tracking branch 'origin/fix/generated-am-modelbugs' into…
ooples 462fe6d
Merge remote-tracking branch 'origin/master' into fix/generated-am-mo…
ooples ca0e9cc
test(rl): align MuZero training regression with one-step guard
ooples 1988d9c
fix(rl): deterministic Q-value degeneracy probe + action-size overrid…
franklinic 208a431
fix(modelfamily): defer foundation-scale KOSMOS2 to HeavyTimeout + re…
franklinic 5144dd9
ci: split serial Generated Layers A-M shard into A-F + G-M (#1706)
ooples 48db14c
Merge remote-tracking branch 'origin/master' into fix/generated-am-mo…
ooples d05edb1
test/fix: address review comments on chunk-streaming param IO
ooples ff139f8
fix(finance): FactorTransformer input-invariance + tape-severed train…
franklinic 6c03904
fix(vlm): KOSMOS1/KOSMOS2 missing vision input projection (whole-clas…
franklinic 98f3f16
test(ci): tag KOSMOS1 HeavyTimeout — foundation-scale, matches KOSMOS…
franklinic b9c5dee
fix(causal): GraN-DAG data standardization + acyclic-output guarantee…
franklinic 25f1afe
test(ci): tag MIAVSR HeavyTimeout — genuine heavy video-SR conv compu…
franklinic c81a5fe
fix(review): address 3 CodeRabbit findings on #1719
franklinic a1a34c2
fix(graph/gen): address review comments (loss contract, LastLoss, KOS…
ooples a12af88
fix(finance): FactorTransformer regression heads must be linear, not …
franklinic dbacbd1
fix(finance): AlphaFactorModel + FactorVAE tape severance + dead-ReLU…
franklinic 79111d3
fix(rl/graph): terminal synthetic transitions, hide action-value hook…
ooples 7b9fb2a
fix(rl): filter malformed QMIX transitions instead of aborting the wh…
ooples 064aa6e
fix(ci): free runner disk space before full-solution Release build
franklinic 284adf1
fix(review): dedup GraNDAG standardization, drop vestigial streaming …
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
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.