Skip to content

Commit 8073eb1

Browse files
committed
added DualNetwork to __init__
1 parent 2113754 commit 8073eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convex_adversarial/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
from .dual_network import DualNetBounds, robust_loss, robust_loss_parallel
1+
from .dual_network import DualNetBounds, robust_loss, robust_loss_parallel, DualNetwork
22
from .utils import DenseSequential, Dense, epsilon_from_model

0 commit comments

Comments
 (0)