-
We use the Floyd-Warshall algorithm to calculate the diameter of chain graphs. This is mostly useful for testing, since in production, we would use known, fixed-diameter graphs.
`massiv` is employed …
-
We are working on to increase supports for sparse tensor. Currently we have [summarized current state of sparse tensor](https://github.com/pytorch/pytorch/issues/9674) and listed out [sparse ops to su…
-
## Description
Error handling is not consistent between different mathematical functions. Most primitive functions only call std implementation and return `NaN` in case of invalid input. Some check f…
-
Ok, this is more of a question about transformers in general and not about Llama being different from the standard transformer architecture: why is there no activation on the assembled values, just be…
-
Hi,
I noticed that you multiply the adjacency matrix for the `Branin` task by `(n_v - 1)` in line 22 of discretized_continuous.py. Why is this the case?
-
Some classes of the `ContinuousDynamicalSystem` component required a kindyn object to work.
https://github.com/dic-iit/bipedal-locomotion-framework/blob/70c85ba1db9b27f59bfdb120cc73e2fa43d70c85/sr…
-
Is there a switch to turn off gradient computations? Or is the best way to do this just to move arrays from jax.numpy to numpy (W_nograd = onp.array(W)) -- To explain use-case: in the EM algo I'm imp…
-
Hi,
I am trying to train the BERT-base model on a new dataset. The training is stuck after printing "Successfully opened dynamic library libcublas.so.10". Following [this](https://github.com/tensor…
-
## The problem
When using `spatial_clustering_cv` to create spatial resamples, the geometry column is retained within the folds. This causes `fit_resamples` to fail with an error indicating that no…
-
As mentioned in other issues, there are some decisions we need to make.
- Use [biogo.matrix](https://code.google.com/p/biogo/) or [mat64](https://github.com/gonum/matrix)
Both are under development.…