Skip to content
Snippets Groups Projects
Commit 7c6f5856 authored by Léo Calmettes's avatar Léo Calmettes
Browse files

modifié : AugmentTests.py

parent b43d6912
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment