-
# Editor note: There is a known workaround further down on this issue, which is to NOT use Python lists, but instead using something else, e.g., torch.tensor directly. See https://github.com/pytorch/p…
-
### 🐛 Describe the bug
I have created a custom GraphCudaCapture Module but it raised the error below. I wonder why the generator needs to be defined and fixed.
```python
@dataclass
class Cuda…
-
Hello, thank you for releasing the code for your work. I got the following issue when running your example using `python spiral.py --adjoint=1 --visualize=1 --niters=10000 --model_name Contiformer --n…
-
### Expected behavior
When applying mitigate_with_zne in a noiseless environment, I expect the zero-noise extrapolation (ZNE) process to return the ideal result for the circuit. Since no noise is pre…
-
Hi there,
Thanks for building this awesome (and very well documented) tool!
In working through the documentation I came across this part:
> The information contained in the posterior can be u…
-
## RPC failed while running stylegan3 code on tpu-pytorch
Hello everyone. I was trying to shift the code of stylegan3 by NVLabs to TPU to speed up the processing. The code is being executed on the …
-
I'm still trying to migrate scikit-learn to numpydoc master.
I'm having some trouble with this issue:
http://stackoverflow.com/questions/12206334/sphinx-autosummary-toctree-contains-reference-to-nonex…
-
@huonw told me on IRC that it would be great for Homu to comment its status messages (like "build started", "build failed") on the author's repository, not on the PR. It is bors' current behavior.
Th…
-
Hi,
Thanks for open sourcing!
I wonder is there an easy way to compile the program to CUDA kernels? It seems CUDA is not one of the backends supported by evaluate(), but the triangulation and perli…
-
Tools for tracking memory and refcount leaks would be useful to have.
These should preferably be automated so that they are easy to run for anyone, or at least the way how they are run should be we…