-
There is a bug in the SpatialMappingGeneration stage when limiting a UserSpatialMapping to limited memory capacity. Currently, a dictionary called 'factor_map' is used to map the old unrolling factors…
-
Scaling factors for covariates/outcome should be learned on the training set, not the whole data set. Should also add checks that embeddings are scaled, since users can pass in their own arbitrarily, …
-
- [ ] Implement `ProcessQuadTessFactorsMin` clang builtin,
- [ ] Link `ProcessQuadTessFactorsMin` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `ProcessQuadTessFactorsMin` to `Check…
-
- [ ] Implement `ProcessQuadTessFactorsMax` clang builtin,
- [ ] Link `ProcessQuadTessFactorsMax` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `ProcessQuadTessFactorsMax` to `Check…
-
- [ ] Implement `ProcessQuadTessFactorsAvg` clang builtin,
- [ ] Link `ProcessQuadTessFactorsAvg` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `ProcessQuadTessFactorsAvg` to `Check…
-
- [ ] Implement `Process2DQuadTessFactorsMin` clang builtin,
- [ ] Link `Process2DQuadTessFactorsMin` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `Process2DQuadTessFactorsMin` to …
-
- [ ] Implement `Process2DQuadTessFactorsMax` clang builtin,
- [ ] Link `Process2DQuadTessFactorsMax` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `Process2DQuadTessFactorsMax` to …
-
- [ ] Implement `Process2DQuadTessFactorsAvg` clang builtin,
- [ ] Link `Process2DQuadTessFactorsAvg` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `Process2DQuadTessFactorsAvg` to …
-
Good morning,
I am using the pypesto 'feature_hierarchical' branch on a WSL.
I tried the hierarchical estimation with a model including five observables with three scaling parameters, where every…
-
I am trying to reimplement u-MuP in JAX and using this repo as a reference. I cannot figure out why Adam and SGD use different lr scaling factors: $\frac{1}{\sqrt{\text{fan-in}}}$ for [Adam](https://g…