Alexandre Dubray
Alexandre Dubray
The heatmap plugin is not very scalable at the moment. For millions few data points, the map is "laggy" when moving the maps around (at a reasonable zoom level, when...
With time, the list of courses to which a professor/TA is registered grows quite a lot (especially with courses dedicated to exams). Most of these courses are never accessed or...
Hey ! It is currently possible to create a tensor by summing over an iterator of other tensor. For example ```rust let tensors = vec![Tensor::from_slice(&[0.5]), Tensor::from_slice(&[0.2])]; let sum_tensor = tensors.iter().sum();...
Hello, Unless I missed that part, it seems that there is no documentation (or pointers to external resources) on the formats supported to read probabilistic circuits from a file. Altought...
Hi, It seems that there are no constraints on the parameters (log probs for the children) of a sum node. It means that an input (adapted from the doc) ```julia...