Josh Purtell
Josh Purtell
Hi @smickusGT , does the problem persist? The minimal reprex ``` using GaussianMixtures g = rand(GMM, 2, 2; kind=:full, sep=2.0) weights(g) ``` seems to work.
It seems like online support has been discontinued? Which is unfortunate, this would be very helpful
This is very helpful, thank you. Does it only upgrade from 0.6.x to 0.7? Is there a way to upgrade to 1.1.x?
Yeah, this often occurs if there are no valid triplets to train on.
Here's a PR to colbert that I believe should alleviate this issue in many cases. https://github.com/stanford-futuredata/ColBERT/pull/312