Paulo Valente

Results 185 comments of Paulo Valente

Ok, so I tried to run this locally and it worked. I recommend: 1. double checking that you're on latest Axon main 2. Ensuring the libs were properly installed (it...

@nulian did you get a chance to act on the reviews?

Does this example help? https://github.com/elixir-nx/axon/blob/main/examples/generative/text_generator.exs

I can't speak too much about the intention behind the design, but since we don't have an explicit `@doc false` I'd expect this to be a public interface. Some things...

I was just copying a Kaggle solution to practice RNNs :) Thanks for the advice!

@krstopro I pivoted from this approach, but I believe that x and y were just rank 1 tensors. The error appears for floating point inputs, but not integer inputs IIRC

@seanmor5 did you fix this bug at the time? @krstopro the problem I ran into was related to some of the inner random key states being upcast from u32 to...

@sleipnir what's the status on this PR?

I think going with something in the main library would be easier to maintain in the sense that changes can be applied atomically through all parts. There's the downside of...

@mjheilmann What are your thoughts on this? Would you like to submit this as a feature?