arbenede

Results 14 issues of arbenede

This is more an idea/invitation than an issue. I have struggled for a long time to learn Measure Theory and never got much beyond the first few chapters of **many**...

I am trying to use ForwardDiff to compute the gradient of a cost function defined as the Sum of Square Differences (SSD) between two images with respect to the parameters...

It would be nice to have the equivalent of `np.diff()` for COO arrays.

enhancement

I am using `@log_sparse(stack_depth=8)` to trace a couple of functions (say `fun1()`, `fun2()`) however only some of the functions called by `fun1()` and `fun2()` are traced. I am using ```...

https://github.com/johannesgerer/jburkardt-m/blob/1726deb4a34dd08a49c26359d44ef47253f006c1/sphere_quad/sphere01_triangle_sample.m#L96C2-L96C17 should this be `w = v4' * v2;` ? -Arrigo

I am getting the error when I run `train_helmholtz.py`: ``` Traceback (most recent call last): File "experiment_scripts/train_helmholtz.py", line 70, in use_lbfgs=opt.use_lbfgs) File "/home/arrigo/projects/siren/training.py", line 72, in train model_output = model(model_input)...

I am getting the following error on an Ubuntu 22.04 lambda cloud instance: ``` (base) ubuntu@144-24-20-15:~/siren$ conda env create -f environment.yml /home/ubuntu/anaconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed...

I am trying to interpolate data on the sphere using a custom triangulation with `interpolate_to_grid()` and I am getting this error: ``` 1ERROR IN ARCINT -- P1 = 0.755685, -0.650065,...

I am debugging a bug very similar (if not the same) as in #278 and after studying the code I wonder why does `spherical_geometry` need to store and manipulate the...

I am debugging a problem with the union of several non convex spherical polygons related the wrong calculation of the inside point of the union SP. Are the algorithms implemented...

question