Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-shuyan authored Mar 4, 2024
1 parent 2de6466 commit f6ff3e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ results demonstrate that the proposed watermarking approach is not only time and
removal attacks above.

## Preparation
1. Pre-train models on CIFAR10, CIFAR100, and GTSRB by yourself or download our pre-trained models from [google drive](https://drive.google.com/drive/folders/1MndxzWLub-wn0gN3HfsVtsj2PZWbemje?usp=sharing).
2. Specific the root to pre-trained models at [utils/config.py](utils/config.py).
3. Sign up [wandb](https://wandb.ai/) and set up by running `wandb login` with your API from the website. Detailed [instruction](https://docs.wandb.ai/quickstart).
1. You can use Use conda env create -f environment.yml to create a conda env. Major dependencies include pytorch, torchvision, wandb, numpy.
2. Pre-train models on CIFAR10, CIFAR100, and GTSRB by yourself or download our pre-trained models from [google drive](https://drive.google.com/drive/folders/1MndxzWLub-wn0gN3HfsVtsj2PZWbemje?usp=sharing).
3. Specific the root to pre-trained models at [utils/config.py](utils/config.py).
4. Sign up [wandb](https://wandb.ai/) and set up by running `wandb login` with your API from the website. Detailed [instruction](https://docs.wandb.ai/quickstart).


## Watermark injection
Expand Down

0 comments on commit f6ff3e2

Please sign in to comment.