Skip to content

Commit

Permalink
docs: add related
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Jan 20, 2024
1 parent ccbdcc6 commit 6358858
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit 6358858

Please sign in to comment.