Carlos Andres del Valle

Results 17 comments of Carlos Andres del Valle

Hi @noahc1510, can you describe the process you used to fix the dependencies? Would be nice to add what you did to the readme so people can use it on...

Something like this: ![image](https://github.com/WestHealth/pyvis/assets/54986485/63beeeb6-4e7f-4e69-a7a6-5e67b4b67ab5) where the nodes change depending on the selected attributes.

@StefanKarpinski Shure, The file content is ``` $ cat test.txt 1 2 3 4 ``` Note that the first character is a whitespace. Using this invocation ``` using DelimitedFiles file="test.txt"...

Hi @puct9, your answer might be just what I needed. Thank you very much. I'll review the code and use it to make my own. I'll come back if I...

Hi @cgarciae, thank you for your response. I wrote this standalone [script](https://github.com/user-attachments/files/19855674/main.txt) that should reproduce the problem I'm talking about. I haven't quite finished going through @puct9's script, but it...

Hi @cgarciae, After trying different approaches, I found this example in the documentation using [TrainState](https://flax.readthedocs.io/en/latest/guides/linen_to_nnx.html#using-trainstate-in-flax-nnx). I attempted to make the code work using TrainState, and it got me really far....

Hi @puct9, Thank you for getting back to me. Indeed, the error you see is the main reason why I opened this issue. No matter what I did, I was...