From 6358858e8e2d579e8b3a3c7bdd6fce541ce169e6 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Sat, 20 Jan 2024 15:22:23 +0800 Subject: [PATCH] docs: add related --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 732708b..78ff1de 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![lint](https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml/badge.svg)](https://github.com/daisylab-bit/torchattack/actions/workflows/lint.yml) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/daisylab-bit/torchattack)](https://github.com/daisylab-bit/torchattack/releases/latest) -A set of adversarial attacks implemented in PyTorch. For internal use, no support guaranteed. +A set of adversarial attacks in PyTorch. ```shell # Install from github source @@ -80,3 +80,8 @@ python -m pip install -e '.[dev]' ## License [MIT](LICENSE) + +## Related + +- [Harry24k/adversarial-attacks-pytorch](https://github.com/Harry24k/adversarial-attacks-pytorch) +- [Trusted-AI/adversarial-robustness-toolbox](https://github.com/Trusted-AI/adversarial-robustness-toolbox)