Latest #axon Threads Top

New
blasphemetheus
I’ve been working on an open-source framework for training bots for Super Smash Bros. Melee in Elixir (ExPhil). Along the way I got thoro...
New
zacksiri
Hey everyone. So i’ve been developing a model and it started as a straightforward logistic regression model and has evolved into a multi...
New
Pistrie
It seems like they were removed from 0.6.1 -> 0.7.0, but I can’t find anything written about this apart from issue 580 which simply sa...
New
sezaru
My model expects multiple named inputs, that means that I need to pass the data as a map with each input name like this: inputs = %{ "...
New
sezaru
I have a model where one of the layers is an Axon embedding layer. I want to get that layer results instead of the model original output....
New
sezaru
The dataset I’m trying to train with comes with a initial weight for each row. I would like to use it as the initial weights during train...
New
vanderlindenma
When I run this block for the first time: {:ok, model_info} = Bumblebee.load_model({:hf, "distilbert-base-uncased"}, architecture: :base...
New
vanderlindenma
Context I am experimenting with text embedding with the hope of implementing semantic similarity search inside a Phoenix application. My...
New
georgeguimaraes
Soothsayer is an Elixir library for time series forecasting, inspired by Facebook’s Prophet and NeuralProphet. It provides a flexible and...
New

This Week's Trending Top

This Month's Trending Top

This Year's Trending Top

tomthestorm
Hi, I could not compile dependency :axon_onnx : Mix.install([ {:axon, "~> 0.5"}, {:nx, "~> 0.5"}, {:exla, "~> 0.5"}, {:stb_imag...
New
georgeguimaraes
Soothsayer is an Elixir library for time series forecasting, inspired by Facebook’s Prophet and NeuralProphet. It provides a flexible and...
New
blasphemetheus
I’ve been working on an open-source framework for training bots for Super Smash Bros. Melee in Elixir (ExPhil). Along the way I got thoro...
New
omerss2311
Hey, I’m trying to make a model like this: Axon.input("features", shape: {nil, 784}) |> Axon.reshape({:auto, 28, 28, 1}) |&gt...
New
New

Last Three Year's Trending Top

bdarla
Is there any list of hardware, i.e. GPU that is compatible with Nx/Axon/etc. (apologies if I missed this information)? Does the general “...
New
NickGnd
Hey all :wave: I took me a bit more than 1 year but I finally managed to finish “Programming Machine Learning - From Coding to Deep Lear...
New
theodore
Hello, Like many people on Earth, I’ve been trying to understand the transformer architecture. I translated the Python code in https://w...
New
AlexanderRoempke
Hello, i am working right now alot with axon i am working on a lstm for my mastersthesis. I was wondering if there is a nice way to set...
New
sehHeiden
Hi, wanted to do a sentiment analysis using Elixir. Problem: Bumblebee has that only for English text. Therefore, tried to load a [mode...
New
tegmentum
Hey all, i’m trying to train a classification model (Trying EXGBoost and KNN) To predict a packaging type based on order content. My dat...
New
vgrechin
I managed to compile XLA on Jetson Nano platform with Cuda 10.2 of JetPack And I’m compiling XLA 0.2 because latest version (0.3) is aba...
New
vanderlindenma
Context I am experimenting with text embedding with the hope of implementing semantic similarity search inside a Phoenix application. My...
New
djaouen
Hello, I am working through the examples in the new book, Machine Learning in Elixir and I am having an issue with poor accuracy in Chap...
New
mgwidmann
Recently, I am investigating the possibility of building out a LLaMa2 70B system which needs to be able to scale to thousands of requests...
New
meanderingstream
I’ve published a challenge to the Elixir community to collectively iterate until we have State of the Art (SOTA) accuracy on the FashionM...
New
woohaaha
I posted the SO question here too: https://stackoverflow.com/questions/76301934/how-to-get-the-loss-history-using-elixirs-axon-library B...
New
timgremore
We are attempting to fine-tune a sentence transformer model and we’re getting an error when we run the Axon training loop. Our attempt ca...
New
preciz
I’m training simple feed forward Neural Networks on CPU and I often see the memory usage go up over 128GB of RAM. Is this normal? The tr...
New
djaouen
I have been struggling with this problem for the past hour now, so hopefully someone here can help me. I am trying to pass in a batch to...
New

Trending Over Three Years Top

karang
Hello, I have been trying to get Exla installed for use with Nx and Axon. I am running Ubuntu 20 and I have read through the instructions...
New
jan-swiatek
Hello, I’ve just started learning Elixir few weeks ago and I really enjoy that language. Currently, I’d like to start with machine lear...
New
jnnks
Hi everyone, I just saw the talk about Axon by Sean Moriarity from ElixirConf 2022 (Youtube Video). In the Current Limitations section (...
New
woohaaha
Google Colab is a great resource to learn/practice machine learning. We can go to Google Colab rather than running an ML stack on our loc...
New
zeio
Hi, I am trying to evaluate trained model by calling Axon.build and then calling resulting predict_fn function multiple times (once for e...
New
woohaaha
Hi all, I took a look around the Axon and Nx codebases trying to determine how a model can be saved to a file and later imported. I am ...
New
woohaaha
I am really excited about Nx/Axon. Jose has done a few examples of the MNIST dataset but it moved a bit too quickly for my ML n00b self t...
New
wrgoldstein
Hello! I’m following the example here bumblebee/notebooks/fine_tuning.livemd at main · elixir-nx/bumblebee · GitHub for fine tuning the B...
New
NickGnd
Hey all :waving_hand: I’m reading this book on machine learning. I’m trying to rewrite all the numpy/Keras examples with Nx/Axon and for...
New
Rich_Morin
Tales of the M1 GPU is a very nicely written discussion of GPUs in general and the Apple M1 GPU in particular. It would be great if someo...
New
sallaumen
Hello everyone, I’ve been studying Nx for a while by now, and have been writing an article about it. When analyzing its performance, I’v...
New
djaouen
I am slowly but surely making my way through learning about Neural Networks with Axon, but I did have this question. For some reason, my...
New
djaouen
I would like to do something like the following: input = Axon.input("input", shape: {prediction_days, 1}) model = input |> Axon....
New
whoiscoder
I am wondering about using pretrained yolo in elixir. Since, we know we can export the pre-trained yolo model in onnx format and it can b...
New
stocks29
I’m experimenting with Axon and running into an issue. I can’t seem to get predict to succeed. I’ve trained a model but when I call predi...
New
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement