Skip to content

Commit 3569d85

Browse files
author
Beat Buesser
committed
Fix style checks for DGM poisoning attacks
Signed-off-by: Beat Buesser <[email protected]>
1 parent 3931448 commit 3569d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def discriminator_loss_fct(real_output, generated_output):
426426

427427
return total_loss
428428

429-
gan = TensorFlow2GAN(
429+
gan = TensorFlowV2GAN(
430430
generator=generator,
431431
discriminator=discriminator_classifier,
432432
generator_loss=generator_orig_loss_fct,

0 commit comments

Comments
 (0)