Ammar Rashed

Results 3 comments of Ammar Rashed

Is there an update on weighting mixture models? Currently: `MixtureModel(Normal[ Normal(2, 3), Normal(3, 4) ])` is just a 50/50 mixture with no way of specifying the weights. Or perhaps there...

> Thank you for the prompt response. Though the constructor requires the prior probabilities to add up to 1. What if the weights do not necessarily add up to 1?...

@abdullah-2022-skipq Hi, I think you can reduce the batch-size, and if it still runs out of memory, you can increase the batch size and remove the parallelization part. I remember...