View source on GitHub |
Contains configuration for selecting targets to be attacked.
nsl.configs.AdvTargetConfig(
target_method=nsl.configs.AdvTargetType.GROUND_TRUTH
,
random_seed=attr_dict['random_seed'].default
)
Attributes | |
---|---|
target_method
|
type of adversarial targeting method. The value needs to be
one of the enums from nsl.configs.AdvTargetType (e.g.,
nsl.configs.AdvTargetType.LEAST ).
|
random_seed
|
a Python integer as seed in 'random_uniform' op. |
Methods
__eq__
__eq__(
other
)
Method generated by attrs for class AdvTargetConfig.
__ge__
__ge__(
other
)
Method generated by attrs for class AdvTargetConfig.
__gt__
__gt__(
other
)
Method generated by attrs for class AdvTargetConfig.
__le__
__le__(
other
)
Method generated by attrs for class AdvTargetConfig.
__lt__
__lt__(
other
)
Method generated by attrs for class AdvTargetConfig.
__ne__
__ne__(
other
)
Method generated by attrs for class AdvTargetConfig.