-
* Alpha Shape Toolbox version: 1.3.1
* Python version: 3.10.8
* Operating System: macOS
### Description
From a set of points I am trying to find the best alpha shape so am not providing the al…
-
I think it would be great to have an example for using multiple GPUs.
Here is what I tried. If thats the right way to do it, then you may add it as an example.
It seems to scale fine (tested up to…
-
## Tell us about it
When creating `InferenceData` using
```python
az.from_numpyro(...)
```
the resulting autogenerated coordinates are note very telling:
![image](https://user-images.githubuse…
-
- gradients in circles
- lines
- rectangles
- texts
![Image](https://github.com/balthazarneveu/blind-deblurring-from-synthetic-data/assets/41070742/16d5d085-b6a1-4e78-bf39-e4de4f29c107)
```
@c…
-
The disable method of various shapes don's not work correctly.
1. the first time to call shape->disable(true) does work correctly to hide the shape
2. however, if we try to show the shape again by…
-
I modeled a multivariate Gaussian approximation as follows:
``` python
N, D = L.shape
Lambda = nodes.Wishart(D, np.identity(D))
mu = nodes.Gaussian(np.zeros(D), np.identity(D))
x = nodes.Gaussian(mu…
-
Hello and thank you for your excellent work!
I would like to ask how I can get the visual picture of abnormal region positioning, just like the one in the paper, and whether you can provide the cor…
-
Hi Dr Wang,
MTA is really a nice R package for longitudinal microbiome data analysis. While I found there were some errors with the example data in the MTA-manual.pdf.
First, when generating tw…
-
Hi, Dear author
Thank you so much for your open source work. I have the following questions when running the code, I hope you can take some time to answer them. I'm 6 frames predict 6 frames.
![1…
-
The `AlphaSelection` visualizer, implemented in #103 has a slight bug:
Right now the alphas and errors selection method uses a search to find the right attributes on the model (rather than responding…