Skip to content

Commit a6fb0e4

Browse files
authored
Link update
1 parent d82d091 commit a6fb0e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModelInversion/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contents:
99

1010
### target_model.py
1111
* Our target model is a simple MLP based on the PyTorch Tutorial form lecture and https://github.com/bentrevett/pytorch-image-classification/blob/master/1_mlp.ipynb and the ATNT-Dataset from https://github.com/harveyslash/Facial-Similarity-with-Siamese-Networks-in-Pytorch.
12-
* Pre-trained model 'atnt-mlp-model.pth' can be downloaded from https://drive.google.com/file/d/1RI1b7SdLH7pQ0kui1bmxezvSygAiShjo/view?usp=sharing and put in the 'ModelInversion/' folder.
12+
* Pre-trained model 'atnt-mlp-model.pth' can be downloaded from https://drive.google.com/file/d/10Swb7sddVHNJWqBe3Bx3zaUifSy1it1r/view?usp=sharing and put in the 'ModelInversion/' folder.
1313

1414
### model_inversion.py
1515
We perform a model inversion attack similar to Fredrikson et al. More concrete we perform an reconstruction attack, where given a label we reconstruct an image of the respective class.

0 commit comments

Comments
 (0)