Why do attack objectives and gains use `CallWith`? https://github.com/IntelLabs/MART/blob/9d1a03d41e8162bfa4590bf600d4d1a19854262e/mart/configs/attack/gain/modular.yaml#L1 https://github.com/IntelLabs/MART/blob/9d1a03d41e8162bfa4590bf600d4d1a19854262e/mart/configs/attack/objective/object_detection_missed.yaml#L1 Shouldn't we just be able to pass these arguments in using sequences? Or what is going on here?
Why do attack objectives and gains use
CallWith?MART/mart/configs/attack/gain/modular.yaml
Line 1 in 9d1a03d
MART/mart/configs/attack/objective/object_detection_missed.yaml
Line 1 in 9d1a03d
Shouldn't we just be able to pass these arguments in using sequences? Or what is going on here?