You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often a single parameter needs be reused in multiple places; this requires modifying it consistently across a config file.
Is there a principled way of having a "@param(targeted)" sort of field in the JSON that is replaced with values from some _params: {targeted = True, ...} dict in the JSON?
The text was updated successfully, but these errors were encountered:
What I am trying to prevent is the +attack.foo=targeted +defense.foo=targeted sort of thing. I would rather be able to do armory run experiments/carla_mot.yaml +targeted=false
This comes up, for instance, in what format data annotations are. (E.g., COCO format vs MOT format). This format type needs to be propagated to the dataset, metrics, model, and (sometimes) attack.
Often a single parameter needs be reused in multiple places; this requires modifying it consistently across a config file.
Is there a principled way of having a
"@param(targeted)"
sort of field in the JSON that is replaced with values from some_params: {targeted = True, ...}
dict in the JSON?The text was updated successfully, but these errors were encountered: