Olivia

Results 9 comments of Olivia

Any tips on quantizing the Pix2Pix generator? I've used [this official tutorial](https://www.tensorflow.org/tutorials/generative/pix2pix) as a guide, and have attempted the following to no avail: ``` def downsample(filters, size, apply_batchnorm=True): initializer =...

Thanks for the quick response! That doesn't throw an error, but it doesn't look like it quantizes the layers created within the `upsample` and `downsample` functions. Is there any way...

I did manage to get that working for me with some additional layers in the _apply_quantization_ function (I'm still learning here!). But, I receive the following error, I think due...

Who gives a ** about an oxford comma?? 😉

Hi @chiragsamal -- thanks for sharing your code! Did you ultimately figure out how to register your custom linspace op? I'm hoping to do the same thing and exporting with...

I managed to get the install to succeed with Pytorch 1.10 (which requires Python

I can confirm that installation of a private package with an environment var works: ``` export GH_PAT=some-secret-token pipenv install https://${GH_PAT}@github.com/user/repo.git#egg=foo ``` However, the un-masked variable is written both to stdout...