Eelco Hoogendoorn

Results 18 issues of Eelco Hoogendoorn

https://github.com/lucidrains/vit-pytorch/blob/60b5687a7997f41c855ebc78ff77040ac5da5b61/vit_pytorch/pit.py#L92 The first layer in the depthwise conv should double the number of channels, as per fig 4 of the PiT paper; and it also makes sense to me to...

Im working on some methods where the number of positive samples considered per original datapoint is a pretty important variable. Currently, the lightly codebase seems to assume pairs of two...

Hi, just found this project. Don't really have a concrete issue, but some design questions id like to discuss. Ive recently started work on a similar project in JAX, that...

Trying to digest the internals of brax's integrator, it does not seem like there are are any terms in the integrator accounting for the [nonlinear terms](https://en.wikipedia.org/wiki/Euler%27s_equations_(rigid_body_dynamics)) in Eulers rigid body...

Great project! A few unrelated questions you might be able to answer. Ive been working on a related approach and I wonder how you think it might compare. That is,...

I noticed that the objects in jaxlie do not define addition or scalar multiplication on elements in the group. Is this simply not implemented yet, or am I missing a...

Hi, thanks for creating what looks to be a very useful library. Not an issue here but just a question; what has your experience been in terms of performance, working...

If I clone this repo, it works great. If I add some simple pybind11/numpy functionality (passing a numpy array in and out), I run into trouble on OSX, when trying...

Ive recently authored a [geometric algebra](https://github.com/EelcoHoogendoorn/numga) package for JAX, and it occurred to me that a project like alphafold might benefit quite a bit from adopting it. If nothing else,...

Thanks so much for providing this code; looks very useful and reproducible. As I understand, the custom scan kernel can be quite important to performance considerations, so it is great...