Pham Nguyen Hung
Pham Nguyen Hung
I will work on pymc.step_methods.BinaryGibbsMetropolis at this link: https://www.pymc.io/projects/docs/en/stable/api/generated/pymc.step_methods.BinaryGibbsMetropolis.html
Hi, I want to work on this. As I understand it, I will need to create a class `SVDSimplify(GraphRewriter)` to file `pytensor/tensor/rewriting/linalg.py` that check for SVD Op in PyTensor graph,...
I think that @HarshvirSandhu is busy with PyTorch backend right now so I will take this one up.
Sorry, but I just forgot how to turn on JAX mode for the backend 😓. How do I turn it on again?
@ricardoV94 This is already in https://github.com/pymc-devs/pymc/blob/main/pymc/pytensorf.py#L147. With the current code, what do you mean by doing this lazily?
@ricardoV94 @Dhruvanshu-Joshi Is there anything left preventing this PR from being merge?
> Some things we could probably remove because nobody uses them: > 1. Default values for function argument Oh wait, then what did you mean here in #552 🫤
> > > Some things we could probably remove because nobody uses them: > > > > > > 1. Default values for function argument > > > > >...
Hi @ricardoV94, I will work on the `Dot` `Op` now.
> If someone wants to look through the codebase and populate the list of Ops above that would also be very helpful :) @ricardoV94 Does something like this work? There...