Tiago Davi

Results 23 comments of Tiago Davi

Thank you for the library. Hi @cburgmer I am wondering how to slice the json? I tried Jaxon.Stream.query(Jaxon.Path.parse!("$[0:3].Player")) to get first 3 players I have, but it does not work....

Hi @seanmor5 I am trying to create an example to predict diabetes with Axon and Nx, but I am still trying to understand how it works. Currently I have an...

Thank you @seanmor5 . I was able to fix the error, but accuracy is quite bad. I am probably doing something wrong still. ``` model = input |> Axon.dense(features, activation:...

Something like that? ``` result = model |> Axon.predict(trained_model, x_test, compiler: EXLA) |> Axon.Metrics.accuracy(y_test) IO.inspect result ``` #Nx.Tensor< f32 0.013071895577013493 > I'll take this course to see if I can...

Sure, this is the most updated one: https://gist.github.com/tiagodavi/a905abeaf4d1f92c21f9df9043d196fe

My gpu is detecting nothing. Did you change anything to have your gpu working ? @Noctstar

Lembrando que `match` pode retornar `null` quando não da match em nada ao invés do array e isso vai gerar undefined pro `length` ... undefined.length. Já implementei considerando isso.

Hey guys. How can I connect to influx 2.0? I tried something like that without success. token -> config :instream, DefaultConnection, auth: [method: :token, token: token], bucket: "test_database", org: "instream_test",...

@filipedeschamps Estava aqui lendo essas sugestões de tags e pensei em enviar logo um PR simples que permite incluir tags com "#" e criar uma tabela com tags únicas "pré-cadastradas"...