Ricardo Vieira

Results 1800 comments of Ricardo Vieira

Big level picture. What's going on with the flattening of inputs and why is it needed?

> > Big level picture. What's going on with the flattening of inputs and why is it needed? > > To be able to wrap JAX function that accept pytrees...

> Infering shapes. That includes infering the dimensionality of (None,) dimensions in the pytensor graph by walking up the predecessors until a non-None dimension is found in in its parents;...

It may have been a release we yanked. CC @OriolAbril @maresb

Typo: 3 instances of "forcasting" (e missing) in the notebook

> Let's do it, what needs to happen? Change repo name, change package name in codebase, new pypi? CC @lucianopaz @twiecki @maresb @OriolAbril

Perhaps lambas should be a subclass of shared variable that can be recognized by the type? More robust than by name. The class could also be replaced by a purely...

@aseyboldt let's try to replace the L_op / R_op to see what needs to be added. I would also like a non-trivial example of "alternative outputs" to test ways we...