Cristian Garcia

Results 201 comments of Cristian Garcia

@evhub, very pleased to hear this is of interest! Just a tip as an Atom user, if possible try to make it play well with the existing Python Language and...

I think I'd prefer a Coconut version based a 'data' because of the ability to use pattern matching, regardless of what fn.py might offer. I like your implementation, using the...

Did notice. I use it this week :)

I think python's `*args` and `**kwargs` solves a similar issue.

Hey @arogozhnikov, I'd already seen the `WeightedEinsum` layer, its very nice! I still think it would useful to have the functional version for the operation.

I've been waiting for this PR to land for a while, in the meantime I've extracted this functionality into the [einop](https://github.com/cgarciae/einop) package.

My 2 cents: In my initial experience with einops the existence of multiple functions was actually confusing me instead of being useful. Like in einsum, I expected the einops "language"...

I am still very interested in this! Comes to mind everytime I use the library.

The thing with SSH is that you have to configure the identification via `ssh-agent` and `ssh-add` if you don't have it configured via `~/.ssh/config`. The feature to specify the shh...

Hey @cclauss! I agree with this :) To fix the lint errors take a look at the [Commit Message formatting](https://github.com/Quansight/lux/blob/master/CONTRIBUTING.md#commit-message-formatting) and [Sign-off Procedure](https://github.com/Quansight/lux/blob/master/CONTRIBUTING.md#sign-off-procedure) sections of the contributing guide.