tensorflow_privacy/privacy
Scott Wegner c0e05f6cad Downgrade bolt_on warning message from printing a message to just a code comment.
As is, this will be printed on every python execution which imports tf_privacy where this module is not available (including transitive dependencies, i.e. via tf_federated). The warning is not actionable for users and so is strictly noise.

Worse, because this uses print() rather than logging, this is often the last line of output when running unit tests. It's easy to mistakenly think that a unit test failure was caused by this warning.

This change removes the log statement entirely, since it is noisy and not actionable.

PiperOrigin-RevId: 274198105
2019-10-11 10:21:41 -07:00
..
analysis Remove unused global_state reference from initial_sample_state. 2019-06-27 14:37:49 -07:00
bolt_on Merge pull request #70 from georgianpartners:master 2019-08-23 08:06:16 -07:00
dp_query Explicitly mark Python binaries/tests with python_version = "PY2". 2019-07-29 10:16:54 -07:00
optimizers Change dp_optimizer_vectorized_test to use more examples to test accuracy of standard deviation. 2019-09-05 15:26:27 -07:00
__init__.py Downgrade bolt_on warning message from printing a message to just a code comment. 2019-10-11 10:21:41 -07:00
BUILD Added rdp_accountant dependency to privacy/BUILD. 2019-07-17 15:44:16 -07:00