-
Notifications
You must be signed in to change notification settings - Fork 5
The index issue of the evaluation #23
Copy link
Copy link
Open
Description
You have made a very meaningful assessment. I would like to ask, when conducting the assessment, is it necessary to generate all the situations under the index states and then carry out the assessment? Just as I do below:
#!/bin/bash
for i in $(seq 0 141)
do
CUDA_VISIBLE_DEVICES=2 PYTHONPATH=/home/student/work/L/Diffusion-MU-Attack-main/src
python /home/student/work/L/Diffusion-MU-Attack-main/src/execs/attack.py
--config-file /home/student/work/L/Diffusion-MU-Attack-main/configs/nudity/no_attack_esd_nudity_classifier.json
--attacker.attack_idx $i
--logger.name attack_idx_$i
done
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels