Closed johanos1 closed 2 months ago
The loss trajectory sets label_only as a string, not a bool. This makes label only always being used.
Use correct setup.
Change to bool.
Attack should run and correct information used.
Issue
Problem Description
The loss trajectory sets label_only as a string, not a bool. This makes label only always being used.
Expected Behavior
Use correct setup.
What Needs to be Done
Change to bool.
How Can It Be Tested or Reproduced
Attack should run and correct information used.