Skip to content

Commit

Permalink
Update prototype.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rmin2000 authored Oct 24, 2024
1 parent 6e598c1 commit a3b0327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attack/prototype.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def benign_prepare(self):
train_label_transform, \
test_dataset_without_transform, \
test_img_transform, \
test_label_transform,_ = dataset_and_transform_generate(args)
test_label_transform = dataset_and_transform_generate(args)



Expand Down

0 comments on commit a3b0327

Please sign in to comment.