-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
* [ ] Ward linkage (currently broken)
* [ ] Optimize single linkage with slink (https://sites.cs.ucsb.edu/~veronika/MAE/summary_SLINK_Sibson72.pdf)
* [ ] Support median and centroid linkage (https:/…
-
Hi, I would like to use `ROCm` in `Elixir` language. For this I have started playing with `xla` from `elixir-nx` which uses this repository under the hood within it's `Makefile`. I have already descri…
Eiji7 updated
6 months ago
-
I've been experiencing some pain points with our monorepo and its infrastructure tooling. While this is all fresh on my mind, I wanted to create an issue detailing approaches taken and their pros/cons…
-
Currently whenever we load a model, we need to convert their layout from whatever PyTorch uses to whatever Axon uses (mostly transposition of dense and conv layers). For smaller models this is quick, …
-
`cv::Mat` (and its variants) is the OpenCV's implementation of multi-dimensional array, so technically, it can be used as a backend for the Nx (numerical-elixir).
-
We need to setup ci to test compiling and using various elixir projects.
Projects known to currently work :
- json
- decimal
- postgrex
Suggested projects :
- nx
- exla
- broadwa…
-
Most docs suggest using this library like so:
```elixir
Polaris.Optimizers.adam(0.005)
```
However, this causes an error, because the [args expect a keyword list](https://github.com/elixir-nx/…
shaqq updated
7 months ago
-
Could I add some ONNX export version?
My current attempt is:
```python
# Initialize the model
model = germansentiment.SentimentModel()
# Dummy input that matches the input dimensions of the m…
-
The current Livebook instructions say that if you're using asdf you need to run `asdf reshim elixir` after installing livebook as an escript:
> Running Livebook using Escript makes for a very conveni…