-
I'm not sure what the issue is but I can't seem to see the documentation when clicking on the modules on the sidebar. I tried in both Chrome and Firefox.
-
Since there where minor improvements on github since v0.5.3 and no new released version I'm using bumblebee from git in my mix.exs like `{:bumblebee, git: "https://github.com/elixir-nx/bumblebee"}`. T…
-
When browsing the latest docs for 0.6.1 it doesn't open the code for the tagged version via the "Show code" widget on the right of functions. It would be a nice to have it in the github repo in order …
-
hi, i ran livebook in my local pc, and try to run demo project, but got this error, it seems to be an network issue.
![image](https://github.com/user-attachments/assets/554e747a-fed2-46f1-ac6f-5620…
-
Unfortunately it does not support infeed/outfeed, so we need to make sure we raise accordingly.
-
If this is possible with OpenCV's implementation, then according to @polvalente,
> *one could to_pointer in EXLA and then from_pointer in Evision, or vice-versa, and have data ownership be moved with…
-
Thanks for proposing a talk for Elixir Sydney!
Please provide the following information:
> Name of talk (in the title field)
A Practical Guide to Machine Learning in Elixir
> Brief summary…
-
Hello
I'm having some issue regarding the function `Nx.LinAlg.eigh` on Mac OSX Ventura, using Nx 0.7.2 with Elixir 1.14.1, Erlang OTP25.
It seems there is inconsistency between Linux and OSX hosts…
-
I'm using this code for VAD:
```
defmodule TodoApp.Audio.VADSplitter do
use Membrane.Filter
alias Membrane.{RawAudio, Buffer}
alias Membrane.File.SplitEvent
@chunk_duration Membran…
-
Relates to #1274 (in the sense that fixing this issue, the other issue regarding utxos retrieval is still remaining to be fixed)
RE: https://github.com/omisego/elixir-omg/pull/1256#discussion_r3662…