gianmarcoaversanoenx

Results 4 issues of gianmarcoaversanoenx

## 🐛 Bug I tried running [this script](https://github.com/pytorch/opacus/blob/main/examples/dcgan.py) and an error was raised. ``` RuntimeError: cannot reshape tensor of 0 elements into shape [0, -1, 1] because the unspecified dimension...

Running on Google Colab: ```bash git clone https://github.com/lrjconan/GRAN.git cd GRAN pip install -r requirements.txt ``` so far so good. Then: ```bash python run_exp.py -c config/gran_lobster.yaml ``` I got ``` Traceback...

``` pip install anonympy ``` retults in ``` error in anonympy setup command: 'python_requires' must be a string containing valid version specifiers; Invalid specifier: '>=3.6*' ``` this error happens just...

## 🚀 Feature I could get Opacus to work with PyTorch Lightning (`pl`) using a `pl.Callback`. Note that the callback is model-agnostic, and the model's `pl.LightningModule` class does not have...

enhancement