uoa-compsci399-s2-2023 / adversarial-insight-ml

Adversarial Insight ML (AIML) - Python Package for Evaluating Machine Learning Image Classification Models' Robustness Against Adversarial Attacks
https://uoa-compsci399-s2-2023.github.io/adversarial-insight-ml/
MIT License
1 stars 1 forks source link

Outputs override existing results #24

Closed changx03 closed 11 months ago

changx03 commented 11 months ago

The output uses current time as output filename, but without second. When I run the 2nd demo, it overrides all outputs from 1st demo.

eaj3 commented 11 months ago

This issue has been resolved in commit [84e6d2508699c9339ef64802ad9eec2103d69c25]. The code now includes seconds in the output filename to ensure uniqueness and prevent overwriting of previous outputs.

Closing as fixed.