From 769071364508f00e2b5458ecf73e5e0843ce4b81 Mon Sep 17 00:00:00 2001 From: Deepmind Team Date: Mon, 9 Sep 2019 10:23:37 +0100 Subject: [PATCH] Move disclaimer. PiperOrigin-RevId: 267952291 --- unsupervised_adversarial_training/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/unsupervised_adversarial_training/README.md b/unsupervised_adversarial_training/README.md index 2087916..a9929aa 100644 --- a/unsupervised_adversarial_training/README.md +++ b/unsupervised_adversarial_training/README.md @@ -4,7 +4,6 @@ This repository contains the trained model and dataset used for Unsupervised Adversarial Training (UAT) from the paper [Are Labels Required for Improving Adversarial Robustness?](https://arxiv.org/abs/1905.13725) -This is not an official Google product. ## Contents @@ -66,3 +65,7 @@ If you use this code in your work, please cite the accompanying paper: year={2019} } ``` + +## Disclaimer + +This is not an official Google product.