-
**Describe the bug**
I was delighted to see that `auto_LiRPA` can bound ConvTranspose layers out of the box, but, unfortunately, CROWN in batch mode doesn't seem to work.
**To Reproduce**
Code to…
-
I tried adding the bootstrap wrapper to the file `Deep IV Examples.ipynb` with **`n_jobs`** more than 1, but it gives me some errors:
```
deepIvEst = DeepIVEstimator(n_components = 10, # number of…
-
It looks like whenever the context features contain a sparse tensor, then `FlattenList` layer fails with the following error:
```
TypeError: Failed to convert object of type to Tensor. Contents: …
-
### 🐛 Description of the Bug
I encountered steadily increasing RAM usage when using back propagation with sparse CSR matrices on CPU. Below is the reduced code, which for me produces this behavior. A…
-
Dear favapy's contributors,
**I run the code according to the** [tutorial](https://fava.readthedocs.io/en/main/tutorials/How_to_use_favapy_in_a_notebook.html#The-input-in-this-case-should-be-a-tab-se…
-
I tried to train the model by running the command
python3 src/tf_solver.py --sigma_noise 0.02 --batch_size 128 --network DNCNN --channels 1 --pipeline bsds500 --device_name /gpu:0 --train_ep…
-
Has anyone encountered a similar problem? When I trained on my own dataset, it could train successfully when I used less data (about 20 million), but when I increased it to 250 million, problems start…
-
Hey dev team.
I have been working on a PEPS algorithms for simulating 2D fermionic systems with the symmetric backend and it turned out the symmetric backend is very slow for PEPS tensors. I did som…
-
**TL;DR:** Implementing block-sparse operations for faster matrix-multiplication.
Is this something worth adding to PyTorch?
Goals:
1. Faster matrix-multiplication by taking advantage of block-…
-
Hi, while trying to reproduce the simple example from the "quick start" section, I keep getting the follow error message:
```
`Traceback (most recent call last):
File "C:/Users/User/PycharmProj…