-
**Is your feature request related to a problem? Please describe.**
Glad to see a solid alternative to Electron! While Rust is a great choice (though I am currently building apps in Elixir) I much p…
mayel updated
2 months ago
-
For the past year I've been running NX successfully on Ubuntu 22.04 with an RTX 3060 GPU.
A couple weeks ago I had to re-install the OS. The new OS is also Ubuntu 22.04.
Since the re-install, …
-
- Phoenix (framework Elixir)
- Apple (antiga) aquela colorida
- Docker
- Postgress
ver em https://www.vectorlogo.zone/
-
We already have the building blocks for ANN. @krstopro, how much work do you believe it is to also have it for manifold/dimensionality reduction?
-
I encounter xla_extension failed when I try to run exla while building a docker container. Here are some of the snippets from my Dockerfile:
```
ARG BUILDER_IMAGE="hexpm/elixir:1.14.0-erlang-24.0.1-…
-
Bumblebee doesn't support a constrained output of only valid JSON.
In the early days of LangChain, they implemented an alternate approach for functions that was more of a hack, but worked well eno…
-
- [ ] iota
- [ ] random_uniform
- [ ] random_normal
- [ ] to_batched_list
- [x] to_binary
- [ ] backend_deallocate
- [ ] backend_transfer
- [ ] tensor
- [x] inspect
- [x] from_binary
- [ ] a…
-
I took the example code from docs (https://elixir-nx.github.io/axon/Axon.html), i.e.
```elixir
Mix.install([
{:axon, "~> 0.7"},
{:exla, "~> 0.5"},
{:table_rex, "~> 3.1.1"}
])
Nx.defau…
-
To use Genex today, a user builds a module and defines three functions. If the problem has parameters that impact how these functions should work, they can define functions to hold that data. That is …
-
I am looking at your example while having issues with transformers, I am wondering if my data loading could be the issue. I can see you have made your own data loader https://github.com/toranb/elixirc…