Skip to content

Tags: tensorflow/privacy

Tags

v0.9.0

Toggle v0.9.0's commit message
Fix small error in setup_empirical.py.

PiperOrigin-RevId: 606290383

v0.8.12

Toggle v0.8.12's commit message
Update the Python package scripts to use Python 3.10 explicitly.

Failure:

1. From the build scripts:

```
+ ./tools/build_pip_package.sh
Python 3.8.10
```

2. But `tensorflow-probability` does not support Python 3.8, https://pypi.org/project/tensorflow-probability/

The fix is to update TFP build scripts to use Python 3.10 explicitly because it appears there are unsupported version of Python on the build machines.

PiperOrigin-RevId: 572339377

v0.8.11

Toggle v0.8.11's commit message
Add __init.py__ to registry_functions.py

PiperOrigin-RevId: 570724438

v0.8.10

Toggle v0.8.10's commit message
New version updates dependendices.

PiperOrigin-RevId: 544133468

v0.8.8

Toggle v0.8.8's commit message
Bump version number.

PiperOrigin-RevId: 515456888

v0.8.5

Toggle v0.8.5's commit message
Update the `setup.py` to match the `requirements.txt`.

PiperOrigin-RevId: 471128177

v0.8.2

Toggle v0.8.2's commit message
Update TFP to version 0.8.2.

PiperOrigin-RevId: 463664333

v0.8.1

Toggle v0.8.1's commit message
Automated rollback of commit db292fc

PiperOrigin-RevId: 462171425

v.0.8.0

Toggle v.0.8.0's commit message
Update version number to 0.8.0.

PiperOrigin-RevId: 430268000

0.6.2

Toggle 0.6.2's commit message
The previous version uses `tf.nest.map_structure` to apply `add_noise…

…` to a `tf.RaggedTensor`. This causes a bug when used in tensorflow federated because `tf.nest.map_structure` will also map `add_noise` to the tensor for shape information in `tf.RaggedTensor`. This causes failure when tff conducts automatic type conversion.

Also use fixed random seed to avoid flaky timeouts and testing failures.

PiperOrigin-RevId: 384573740