-
## Problem
I need help specifying the mixed logistic growth models for the `alda::cognitive_growth` experiment covered in Chapter 6, section 6.4, with `nlme::nlme()` and/or `lme4::nlmer()`. I'm not…
-
Hello,
so our current models stack consists of a set of models built in TensorRT and the whisper ASR model.
I'd like to use triton server to host all these models. Since whisper can be con…
-
It would be nice to have an analog to `coef()` for mixed effects models. This returns `fixef() + ranef()` for each random parameter. Modeling packages vary in whether SEs and intervals are provided fo…
-
The CSSWG's masonry layout draft includes [two competing syntax proposals](https://www.w3.org/TR/css-grid-3/#alternative-proposals) for the feature. There has been a lot of discussion between the two,…
-
I’m encountering some strange behavior while training a LoRA model using FluxGym, and I’m curious if anyone else has seen something similar. In my training process, I generated samples at intervals (s…
ircrp updated
3 weeks ago
-
I'm only about 6 months in the AI image inference game. I've been experimenting with ComfyUI, Forge, KoyhaSS and just recently I'm playing around with Pinokio specifically Fluxgym. I like all the choi…
-
Let's say that some samples are grouped (patients in a hospital, etc.) and that these groupings induce correlations between the samples.
If I'm interested in understanding the effect of treatment …
-
The CollimatorOutputFactor extracted from the plan.Trial file for the MU calculation is incorrect in the plan.Trial file and will result in wrong MU for beams with mixed models (e.g. motorized wedges …
-
Hi @gndaskalova
Just thought I'd start a new issue thread here to ask for your input on the improvement for the second data vis tutorial. As per our previous discussion, I've left Hadyn's more com…
-
with the following MWE:
```modelica
model SmoothTearing
Real x;
Real y;
initial equation
der(x) = 0;
equation
der(x) = y;
y = smooth(0, if x > 0 then -2*x else -x) - 1;
end Smooth…