From 1fcac77dc8697fa6c08cba39d2e91bd3c0317b0b Mon Sep 17 00:00:00 2001 From: Louise Deason Date: Tue, 5 Jan 2021 11:59:17 +0000 Subject: [PATCH] Adds the code for "adversarial_robustness" to the files release.bara.sky and README.md for public release on github. PiperOrigin-RevId: 350112129 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d671b67..42c4734 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ https://deepmind.com/research/publications/ ## Projects +* [Uncovering the Limits of Adversarial Training against Norm-Bounded Adversarial Examples](adversarial_robustness) * [Functional Regularisation for Continual Learning](functional_regularisation_for_continual_learning), ICLR 2020 * [Self-Supervised MultiModal Versatile Networks](mmv), NeurIPS 2020 * [ODE-GAN: Training GANs by Solving Ordinary Differential Equations](ode_gan), NeurIPS 2020