From 5c5110ee8308c495a152cf5f7a3cdf8656f0689c Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 31 Mar 2022 21:59:27 -0700 Subject: [PATCH] data and output folder --- data/ExamplePredictions.csv | 2 -- data/{ => examples}/Example.wav | Bin data/examples/ExamplePredictions.csv | 2 ++ 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 data/ExamplePredictions.csv rename data/{ => examples}/Example.wav (100%) create mode 100644 data/examples/ExamplePredictions.csv diff --git a/data/ExamplePredictions.csv b/data/ExamplePredictions.csv deleted file mode 100644 index 97c3146..0000000 --- a/data/ExamplePredictions.csv +++ /dev/null @@ -1,2 +0,0 @@ -NAME,F1,F2,F3,F4 -Example.wav,0.44537545612545,1.6422395494712,2.4786549639365,3.7613720611662 diff --git a/data/Example.wav b/data/examples/Example.wav similarity index 100% rename from data/Example.wav rename to data/examples/Example.wav diff --git a/data/examples/ExamplePredictions.csv b/data/examples/ExamplePredictions.csv new file mode 100644 index 0000000..55ef7a7 --- /dev/null +++ b/data/examples/ExamplePredictions.csv @@ -0,0 +1,2 @@ +NAME,F1,F2,F3,F4 +data/Example.wav,445.3781247138977,1642.2462463378906,2478.6531925201416,3761.37638092041 \ No newline at end of file