Miguel González Duque

Results 14 issues of Miguel González Duque

I tried to download replays using the [replay API](https://github.com/Blizzard/s2client-proto/tree/master/samples/replay-api) that's being offered but it seems that, because of recent changes in Blizzard's developer portal, it's broken. More specifically, I got...

### Describe the bug If one of the components of a product of manifolds is $\mathbb{R}^n$, the implementation of `projection` throws an error at `is_intrinsic`. More specifically, `is_intrinsic` in `ProductRiemannianMetric`...

bug

### Describe the bug The current implementation of the `exp` map for the `HypersphereMetric` is imprecise even in the $\mathbb{S}^1$ case. By imprecise I mean that, for basic computations, what...

bug

### Describe the bug I am trying to move a training pipeline I have implemented on top of geomstats to `cuda`, and have faced issues similar to previous ones raised...

bug

I just ran into a problem when trying to run problems with double precision. I thought that defining `torch.set_default_dtype(torch.float64)` would be enough for evotorch to define all the tensors internally...

Hi, `lambo` authors. First of all, thanks for making your code open source. Really interesting work! I'm currently working on replicating your RFP experiment, and I think I've found a...

Hi magsilva. Just as a reference for future users (and, quite likely, myself), let me leave a record of how to compile this project for M1 and M2 mac users....

**Describe the bug** I am currently creating an interface for TDC s.t. it works well with SELFIES and other representations of small molecules. In the process I've noticed the following...

bug
good first issue
high-priority-post-neurips

Hi, First of all, thanks for maintaining pyvgdl. This is the first of two issues I want to bring to your attention. It seems that pygame is required to run...

Dear Patrick, Thanks for this library, it's pretty neat! I'm currently supervising a bachelor's students thesis on NeuralODEs, and we've been meaning to use `diffrax` to study delay differential equations....

feature