Cristian Garcia

Results 210 comments of Cristian Garcia

Hey @rlouf, love the example! Inside the `logpdf` function the `y` variable doesn't exist, I am guessing it should be `categories` instead?

I coded this in a library called `pypeln`, however it uses multiprocessing and some libraries on OSX crash because of this so I have to fallback to joblib for that...

Same question. I was kind of expecting an API Reference given the statement.

Hey @NeilGirdhar! Got interest in this as I started working on #2126. I read through it a bit and agree that making `initialize_carry` a regular method and passing the inputs...

Hey @jheek, using `jupytext` we are syncing the `.ipynb` and `.md` files, the `.ipynb` will be rendered but the `.md` are there to ease the review process.

@8bitmp3 thanks a lot for the feedback! It was really useful, I've made the stylistic changes and will keep them in mind for future guides.

I think something native equivalent to what @n2cholas showed from Haiku provides would be very nice!

@PhilipVinc I am getting this error in your last example: ``` Traceback (most recent call last): File "tmp/complex.py", line 27, in c = RealDense().apply(pars, x) File "tmp/complex.py", line 21, in...

Hey @grahamgower! Thanks for reporting this. I was checking `Console` and it seems there is a `force_jupyter` flag which when set to `False` might fix this issue, will test it...

This should be fixed once #2316 is merged.