diff --git a/AugmentTests.py b/AugmentTests.py index 96ffd3678860504db719f85fe4e573cb53f0a860..c6f25ffbf240f31f5c7a04fc439d4528b08ee79c 100644 --- a/AugmentTests.py +++ b/AugmentTests.py @@ -28,6 +28,6 @@ if __name__ == "__main__": args.random_state = random losses[random], accs[random] = run_duo(args) records = pd.concat([records,pd.DataFrame([[f"rtShift prob{prob} mean{mean} std{std}",losses.mean().item(),losses.std().item(),accs.mean().item(),accs.std().item()]],columns = ["Augmentation","mu_loss","std_loss","mu_acc","std_acc"])]) - records.to_csv("output/DataAugment/perfs.csv",index = False) + records.to_csv("output/perfs.csv",index = False) \ No newline at end of file