We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8a039 commit 08d2244Copy full SHA for 08d2244
g3doc/_index.yaml
@@ -53,7 +53,7 @@ landing_page:
53
])
54
55
# Wrap the model with adversarial regularization.
56
- adv_config = nsl.lib.make_adv_reg_config(multiplier=0.2, adv_step_size=0.05)
+ adv_config = nsl.configs.make_adv_reg_config(multiplier=0.2, adv_step_size=0.05)
57
adv_model = nsl.keras.AdversarialRegularization(model, adv_config=adv_config)
58
59
# Compile, train, and evaluate.
0 commit comments